Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed May 25, 2016
1 parent 095ebfb commit 26ebc00
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Auth0.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 26ebc00

Please sign in to comment.