bdbergeron / BDBOAuth1Manager

OAuth 1.0a library for AFNetworking 2.x
MIT License
100 stars 35 forks source link

Bumping AFNetworking to 2.5.x & podspec version to 1.4.2 #26

Closed medington closed 9 years ago

medington commented 9 years ago

Current 1.4.1 release can't be used with AFNetworking 2.5 which was released a couple days ago:

Update all pods
Analyzing dependencies
[!] Unable to satisfy the following requirements:

- `AFNetworking/NSURLConnection (= 2.5.0)` required by `AFNetworking (2.5.0)`
- `AFNetworking/NSURLConnection (~> 2.4.0)` required by `BDBOAuth1Manager (1.4.1)`
bdbergeron commented 9 years ago

I already made the changes to my local master yesterday (which I realize I haven't pushed up yet), but I'm working on documentation before tagging a new release. Thanks!