AFNetworking / AFgzipRequestSerializer

gzip Request Serializer for AFNetworking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

integrating issue with AFNetworking 3.1.0

wjiuxing opened this issue · comments

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)

+1

Have raised a PR : #13