2 "name": "NLRMashapeClient",
4 "summary": "An easy way to call Mashape APIs",
5 "description": "When calling some API provided via Mashape, you can use the request example they provide. The problem is, that most developers are (at least I am :smiley:) more familiar with AFNetworking than with [Unirest for Objective-C](http://unirest.io/objective-c), used in their example. Not only this, but the `success`/`failure` completion blocks and `AFHTTPSessionManager`, and the whole structure of `AFNetworking` are much better. For this reason, I decided to build a Mashape client on top of `AFNetworking`.",
6 "homepage": "https://github.com/natanrolnik/NLRMashapeClient",
12 "Natan Rolnik": "natanrolnik@gmail.com"
14 "social_media_url": "http://twitter.com/natanrolnik",
19 "git": "https://github.com/natanrolnik/NLRMashapeClient.git",
23 "NLRMashapeClient/NLRMashapeClient.{h,m}",
24 "NLRMashapeClient/NLRMashapeRequestSerializer.{h,m}"
26 "exclude_files": "Classes/Exclude",