blob: f494cd21752345b6d4a0948d8dd6942ecb6b0ca6 [file] [log] [blame]
{
"name": "JSONRequester",
"version": "0.0.1",
"summary": "An easier way to do JSON-requests within Obj-C.",
"description": "The packge contains to Objetive-C classes. One class (JSONRequester) will take care of doing the requests. The other one (JSONResponse) will hold the returned data and its status when doing the requests.\n",
"homepage": "https://github.com/phenomen2277/JSONRequester",
"license": "MIT",
"authors": "Jone Samra",
"social_media_url": "https://twitter.com/JohnnyLewish",
"source": {
"git": "https://github.com/phenomen2277/JSONRequester.git",
"tag": "0.0.1"
},
"source_files": "Pod/Classes/**/*.{h,m}",
"public_header_files": "Pod/Classes/**/*.h"
}