Skip to content

Commit

Permalink
Added watch target to the NSURLSession subspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kcharwood committed Aug 19, 2015
1 parent b8e92fc commit a44c8a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AFNetworking.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ EOS
s.subspec 'NSURLSession' do |ss|
ss.ios.deployment_target = '7.0'
ss.osx.deployment_target = '10.9'
ss.watchos.deployment_target = '2.0'

ss.dependency 'AFNetworking/Serialization'
ss.ios.dependency 'AFNetworking/Reachability'
Expand Down

0 comments on commit a44c8a4

Please sign in to comment.