This library no longer works with current versions of AFNetworking due to the removal of AFJSONRequestOperation and many other changes since the 1.x releases.
As a workaround for now, you can still get it to build if you build against an old version of AFNetworking:
pod 'AFNetworking', '1.3.3'
This library no longer works with current versions of AFNetworking due to the removal of
AFJSONRequestOperationand many other changes since the 1.x releases.As a workaround for now, you can still get it to build if you build against an old version of AFNetworking: