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

Commit

Permalink
Bumping AFNetworking to 2.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbergeron committed Sep 4, 2014
1 parent 94dd0e3 commit 9bab111
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions BDBOAuth1Manager.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Pod::Spec.new do |s|

s.source_files = 'BDBOAuth1Manager/Categories/*.{h,m}', 'BDBOAuth1Manager/*.{h,m}'

s.dependency 'AFNetworking/NSURLConnection', '~> 2.3.0'
s.dependency 'AFNetworking/NSURLSession', '~> 2.3.0'
s.dependency 'AFNetworking/NSURLConnection', '~> 2.4.0'
s.dependency 'AFNetworking/NSURLSession', '~> 2.4.0'
end
2 changes: 1 addition & 1 deletion BDBOAuth1ManagerDemo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ platform :ios, '7.0'

link_with 'Twitter Demo', 'Flickr Demo'

pod 'AFNetworking/UIKit', '~> 2.3.0'
pod 'AFNetworking/UIKit', '~> 2.4.0'
pod 'BBlock/UIKit', '~> 1.2.0'
pod 'BDBOAuth1Manager', :path => '../'
26 changes: 13 additions & 13 deletions BDBOAuth1ManagerDemo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
PODS:
- AFNetworking/NSURLConnection (2.3.1):
- AFNetworking/NSURLConnection (2.4.1):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/NSURLSession (2.3.1):
- AFNetworking/NSURLSession (2.4.1):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/Reachability (2.3.1)
- AFNetworking/Security (2.3.1)
- AFNetworking/Serialization (2.3.1)
- AFNetworking/UIKit (2.3.1):
- AFNetworking/Reachability (2.4.1)
- AFNetworking/Security (2.4.1)
- AFNetworking/Serialization (2.4.1)
- AFNetworking/UIKit (2.4.1):
- AFNetworking/NSURLConnection
- AFNetworking/NSURLSession
- BBlock/UIKit (1.2.0)
- BDBOAuth1Manager (1.3.0):
- AFNetworking/NSURLConnection (~> 2.3.0)
- AFNetworking/NSURLSession (~> 2.3.0)
- BDBOAuth1Manager (1.4.0):
- AFNetworking/NSURLConnection (~> 2.4.0)
- AFNetworking/NSURLSession (~> 2.4.0)

DEPENDENCIES:
- AFNetworking/UIKit (~> 2.3.0)
- AFNetworking/UIKit (~> 2.4.0)
- BBlock/UIKit (~> 1.2.0)
- BDBOAuth1Manager (from `../`)

Expand All @@ -28,8 +28,8 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
AFNetworking: 6d7b76aa5d04c8c37daad3eef4b7e3f2a7620da3
BBlock: f2408a391007cbd72c0a122869e19fda8e12f0bc
BDBOAuth1Manager: 0f744bd639ac31fd57b6be3d01db023e02a57de8
AFNetworking: 0aabc6fae66d6e5d039eeb21c315843c7aae51ab
BBlock: 90f0ae0e3ba94fc88be6b9a85b4adbb73b8a7c9a
BDBOAuth1Manager: b4fbf16a027a5af311f75c2d3a129ef05236f193

COCOAPODS: 0.33.1

0 comments on commit 9bab111

Please sign in to comment.