diff --git a/Auth0.podspec b/Auth0.podspec index 2cbd913a..468f2d43 100644 --- a/Auth0.podspec +++ b/Auth0.podspec @@ -12,11 +12,9 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/auth0/Auth0.swift.git', :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/auth0' - s.ios.deployment_target = '8.0' + s.ios.deployment_target = '9.0' s.osx.deployment_target = '10.10' s.requires_arc = true - s.dependency 'Alamofire', '~> 2.0' - s.dependency 'JWTDecode', '~> 1.0' - s.source_files = 'Auth0/*.swift' + s.source_files = 'Auth0/**/*.swift' end \ No newline at end of file