blob: a2893b481efd249f32961aa1afa1f66b209931b4 [file] [log] [blame]
{
"name": "JSONModel",
"version": "1.4.1",
"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"
},
"authors": {
"Marin Todorov": "touch-code-magazine@underplot.com"
},
"source": {
"git": "https://github.com/jsonmodel/jsonmodel.git",
"tag": "1.4.1"
},
"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
}