blob: d93bb33d6c760efe7880b4c397ea8c8836f9184a [file] [log] [blame]
{
"name": "JSONModel",
"version": "1.0.0",
"summary": "Magical Data Modelling Framework for JSON. Create rapidly powerful, atomic and smart data model classes.",
"homepage": "http://www.jsonmodel.com",
"license": {
"type": "MIT",
"file": "LICENSE_jsonmodel.txt"
},
"authors": {
"Marin Todorov": "touch-code-magazine@underplot.com"
},
"source": {
"git": "https://github.com/icanzilb/JSONModel.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "JSONModel/**/*.{m,h}",
"public_header_files": "JSONModel/**/*.h",
"frameworks": "CoreData",
"requires_arc": true
}