blob: 3f1227fb9f46ce57ad51fe32db697bea6fe0c1bc [file] [log] [blame]
{
"name": "JSONModel",
"version": "1.2.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.2.0"
},
"platforms": {
"ios": "6.0",
"osx": "10.7",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "JSONModel/**/*.{m,h}",
"public_header_files": "JSONModel/**/*.h",
"requires_arc": true
}