Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Update AFNetworking dependency to 4.0 #144

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Next Next commit
Update dependencies
  • Loading branch information
asam139 committed Mar 30, 2020
commit fd96c62b2e86433dbd57127f8999e3f846363a9f
4 changes: 2 additions & 2 deletions AFOAuth2Manager.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AFOAuth2Manager'
s.version = '3.0.0'
s.version = '4.0.0'
s.license = 'MIT'
s.summary = 'AFNetworking Extension for OAuth 2 Authentication.'
s.homepage = 'https://github.com/AFNetworking/AFOAuth2Manager'
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'

s.dependency 'AFNetworking/NSURLSession', '~>3.0'
s.dependency 'AFNetworking/NSURLSession', '~>4.0'

s.ios.frameworks = 'Security'
end
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "AFNetworking/AFNetworking" ~> 3.0
github "AFNetworking/AFNetworking" ~> 4.0