Skip to content

Commit

Permalink
Updated podsubspec UIKit iOS deployment target to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastiaan committed Sep 2, 2019
1 parent 41e3629 commit 4a4013a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFNetworking.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ EOS
end

s.subspec 'UIKit' do |ss|
ss.ios.deployment_target = '8.0'
ss.ios.deployment_target = '9.0'
ss.tvos.deployment_target = '9.0'
ss.dependency 'AFNetworking/NSURLSession'

Expand Down

0 comments on commit 4a4013a

Please sign in to comment.