Update README
Project: http://git-wip-us.apache.org/repos/asf/usergrid-swift/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid-swift/commit/a122207f Tree: http://git-wip-us.apache.org/repos/asf/usergrid-swift/tree/a122207f Diff: http://git-wip-us.apache.org/repos/asf/usergrid-swift/diff/a122207f Branch: refs/heads/master Commit: a122207f57a4181f872906e875d43d70879fc1e1 Parents: 6434c89 Author: Robert Walsh <[email protected]> Authored: Fri Sep 16 12:51:46 2016 -0500 Committer: Robert Walsh <[email protected]> Committed: Fri Sep 16 12:51:46 2016 -0500 ---------------------------------------------------------------------- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid-swift/blob/a122207f/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index b6552bd..cd06692 100644 --- a/README.md +++ b/README.md @@ -13,20 +13,16 @@ Usergrid SDK written in Swift > **Use `#import <UsergridSDK/UsergridSDK-Swift.h>` in your Objective-C files > to enable the use of the SDK.** - iOS 8.0+ / Mac OS X 10.11+ / tvOS 9.1+ / watchOS 2.1+ -- Xcode 7.1+ +- Xcode 8.0+ +- Swift 3.0+ ## Installation ### [CocoaPods](http://cocoapods.org) -> **CocoaPods 0.39.0+ is required to build the UsergridSDK library.** - To integrate the UsergridSDK into your Xcode project using CocoaPods, specify it in your `Podfile`: ```ruby -platform :ios, '8.0' -use_frameworks! - pod 'UsergridSDK' ```
