Skip to content

Commit

Permalink
Adding deployment targets
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Nov 24, 2014
1 parent f8a3117 commit fd5e5e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AFOAuth2Manager.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Pod::Spec.new do |s|
s.source_files = 'AFOAuth2Manager'
s.requires_arc = true

s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.8'

s.dependency 'AFNetworking', '~>2.2'

s.ios.frameworks = 'Security'
Expand Down

0 comments on commit fd5e5e0

Please sign in to comment.