blob: 94ce465e63ee71401ab4e7c88c9b096a2c5c7ae1 [file] [log] [blame]
{
"name": "JSONAPI",
"version": "1.0.0-rc1",
"summary": "A library for loading data from a JSON API datasource.",
"description": " A library for loading data from a JSON API datasource. Parses JSON API data into models with support for auto-linking of resources and custom model classes.\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": "1.0.0-rc1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"public_header_files": "Classes/*.h",
"source_files": "Classes/*"
}