BDBOAuth1Manager icon indicating copy to clipboard operation
BDBOAuth1Manager copied to clipboard

update podspec to be compatible with AFNetworking-3.x

Open yzlai opened this issue 8 years ago • 5 comments

@bdbergeron please review or give some comments!

yzlai avatar Apr 13 '16 09:04 yzlai

any news on this? would it be possible to merge please?

marcocattai avatar Jun 30 '16 09:06 marcocattai

AFNetworking 3.1 had fixed several bugs. the detail: https://github.com/AFNetworking/AFNetworking/releases/tag/3.1.0

because the podspec is writting ~>3.0.0, it can not support minor version changes

caa1211 avatar Sep 02 '16 03:09 caa1211

Wow~~ my project also used BDBOAuth1Manager and AFNetworking, and also found AFNetworking 3.0 has some connection issues.

BramYeh avatar Sep 02 '16 04:09 BramYeh

With this pull request this library should support AFNetworking 3.1, so sad. @bdbergeron Could you please accept this merge request and release this change.

guhungry avatar Nov 16 '16 11:11 guhungry

hi, we also has issue [!] Unable to satisfy the following requirements:

  • AFNetworking/NSURLSession (~> 3.0.0) required by BDBOAuth1Manager (2.0.0)
  • AFNetworking/NSURLSession (= 3.1.0) required by AFNetworking (3.1.0)

cwnga avatar Nov 28 '16 10:11 cwnga