You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s.summary = "A lightweight utility built on top of AFNetworking for interacting with model objects over RESTful HTTP services."
s.description = <<-DESC
A lightweight utility built on top of AFNetworking for interacting with model objects over RESTful HTTP services.
Provides endpoint-based configuration for automatically serializing JSON request/response payloads into model objects. By default [Mantle](https://github.com/Mantle/Mantle) is used to serialize model objects but custom model serializers can easily be built to work with any model framework.