[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.
This commit is contained in:
Elliot Lee 2015-05-14 13:41:31 -07:00
parent cbf9e0a8a1
commit 461aef6eff
1 changed files with 1 additions and 2 deletions

View File

@ -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'
```