blob: 8b4474c82d5540eb72e8591f905ee9f70c8ee585 [file] [log] [blame]
{
"name": "JSONAPI",
"version": "0.1.0",
"summary": "Client parser for JSON API",
"description": " Parses a JSON API document for easy use.\n",
"homepage": "https://github.com/joshdholtz/jsonapi-ios.git",
"license": "MIT",
"authors": {
"Josh Holtz": "me@joshholtz.com"
},
"source": {
"git": "https://github.com/joshdholtz/jsonapi-ios.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"public_header_files": "Classes/*.h",
"source_files": "Classes/*"
}