blob: 7db4579ed4ab37a6aaa300270535232ec965ca71 [file] [log] [blame]
{
"name": "FDModel",
"version": "2.0.0",
"summary": "Pain free model layer by 1414 Degrees.",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"homepage": "https://github.com/reidmain/FDModel",
"authors": "Reid Main",
"social_media_url": "http://twitter.com/reidmain",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/reidmain/FDModel.git",
"tag": "2.0.0"
},
"source_files": "FDModel/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"FDFoundationKit": [
"~> 1.2"
]
}
}