From 461aef6eff48300e571f2f878a97bee2230c7601 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Thu, 14 May 2015 13:41:31 -0700 Subject: [PATCH] [MINOR] Update README No need to necessarily specify platform, which could result in an error like: [!] The platform of the target `CardIODemo` (iOS 6.1) is not compatible with `Braintree (3.7.2)` which has a minimum requirement of iOS 7.0. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index aa5f1b8..80e5e07 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,9 @@ The card.io iOS SDK includes header files and a single static library. We'll wal ### Setup -##### If you use [CocoaPods](http://cocoapods.org), then add these lines to your podfile: +##### If you use [CocoaPods](http://cocoapods.org), then add this line to your podfile: ```ruby -platform :ios, '6.1' pod 'CardIO' ```