blob: a65632e93ae6e2af2584d5742b7b4299864c079a [file] [log] [blame]
{
"name": "ModelCoder",
"version": "1.0",
"summary": "ModelCoder can Automatic generate Objective-C code by JSON string",
"homepage": "https://github.com/zhuchaowe/ModelCoder",
"social_media_url": "https://swift.08dream.com",
"platforms": {
"osx": "10.7"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhuchao": "zhuchaowe@163.com"
},
"source": {
"git": "https://github.com/zhuchaowe/ModelCoder.git",
"tag": "1.0"
},
"requires_arc": true,
"source_files": "Base/MakeFile/*.{h,m}",
"subspecs": [
{
"name": "JSONKit",
"source_files": "Base/JSONKit/*.{h,m}",
"requires_arc": false,
"prefix_header_contents": "#import \"JSONKit.h\""
}
]
}