diff --git a/Auth0.podspec b/Auth0.podspec index 2cbd913a..18b31ad1 100644 --- a/Auth0.podspec +++ b/Auth0.podspec @@ -15,7 +15,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.10' s.requires_arc = true - s.dependency 'Alamofire', '~> 2.0' + s.dependency 'Alamofire', '~> 3.0' s.dependency 'JWTDecode', '~> 1.0' s.source_files = 'Auth0/*.swift' diff --git a/Auth0/Info.plist b/Auth0/Info.plist index 92779a84..961cfe79 100644 --- a/Auth0/Info.plist +++ b/Auth0/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.2.0 + 0.3.0 CFBundleSignature ???? CFBundleVersion diff --git a/Auth0Tests/Info.plist b/Auth0Tests/Info.plist index 94d086a7..f19506ad 100644 --- a/Auth0Tests/Info.plist +++ b/Auth0Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.2.0 + 0.3.0 CFBundleSignature ???? CFBundleVersion