[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:
parent
cbf9e0a8a1
commit
461aef6eff
|
|
@ -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'
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue