AFNetworking / AFgzipRequestSerializer

gzip Request Serializer for AFNetworking
MIT License
165 stars 46 forks source link

integrating issue with AFNetworking 3.1.0 #9

Open wjiuxing opened 8 years ago

wjiuxing commented 8 years ago

Doesn't this serializer support AFNetworking 3.1.0? Could any manager upgrade AFgzipRequestSerializer.podspec please? Thank you very much.

Here apart of my Podfile:

wjx:kpb-developer-2 wjx$ cat Podfile source 'https://github.com/CocoaPods/Specs.git' platform :ios, '7.0'

pod 'AFNetworking', '3.1.0' pod 'AFgzipRequestSerializer', '0.0.2' ....

Here is exception raised by cocoa pod:

wjx:kpb-developer-2 wjx$ pod update Update all pods Updating local specs repositories

CocoaPods 1.0.0 is available. To update use: `gem install cocoa pods Until we reach version 1.0 the features of CocoaPods can and will change. We strongly recommend that you use the latest version at all times.

For more information see http://blog.cocoapods.org and the CHANGELOG for this version http://git.io/BaH8pQ.

Analysing dependencies [!] Unable to satisfy the following requirements:

  • AFNetworking (= 3.1.0) required by Podfile
  • AFNetworking (~> 2.0) required by AFgzipRequestSerializer (0.0.2)
Choujiji commented 7 years ago

+1

mariostallone commented 7 years ago

Have raised a PR : https://github.com/AFNetworking/AFgzipRequestSerializer/pull/13