From b0d49cb5e186c3f739d99e15ea53333a54bfa484 Mon Sep 17 00:00:00 2001 From: Hernan Zalazar Date: Wed, 16 Sep 2015 22:05:06 -0300 Subject: [PATCH] Release 0.2.0 --- Auth0.podspec | 6 +++--- Auth0/Info.plist | 2 +- Auth0Tests/Info.plist | 2 +- README.md | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Auth0.podspec b/Auth0.podspec index 206a66de..2cbd913a 100644 --- a/Auth0.podspec +++ b/Auth0.podspec @@ -13,10 +13,10 @@ Pod::Spec.new do |s| s.social_media_url = 'https://twitter.com/auth0' s.ios.deployment_target = '8.0' - s.osx.deployment_target = '10.9' + s.osx.deployment_target = '10.10' s.requires_arc = true - s.dependency 'Alamofire', '~> 1.2' - s.dependency 'JWTDecode', '~> 0.3' + s.dependency 'Alamofire', '~> 2.0' + s.dependency 'JWTDecode', '~> 1.0' s.source_files = 'Auth0/*.swift' end \ No newline at end of file diff --git a/Auth0/Info.plist b/Auth0/Info.plist index 99c2305f..92779a84 100644 --- a/Auth0/Info.plist +++ b/Auth0/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.1.2 + 0.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/Auth0Tests/Info.plist b/Auth0Tests/Info.plist index 1de4b915..94d086a7 100644 --- a/Auth0Tests/Info.plist +++ b/Auth0Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.1.2 + 0.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index e77aa67c..85d7a29c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Swift toolkit for Auth0 API ## Requirements -iOS 8+ +iOS 8+ and Xcode 7 (Swift 2.0) ## Installation @@ -20,7 +20,7 @@ Auth0.swift is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby -pod "Auth0", '~> 0.1' +pod "Auth0", '~> 0.2' ``` ###Carthage @@ -33,7 +33,7 @@ github "auth0/Auth0.swift" ###Manual installation -Download and add all `.swift` files to your project in Xcode. +Download `Auth0.framework` from [Releases](/releases) and add it to your project in Xcode. ##Auth0.swift