blob: 65dc85526f19d7d88ccd043276a5f2147b47db31 [file] [log] [blame]
{
"name": "MGModel",
"summary": "reflect json object to objc model.",
"version": "0.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"maoguang": "guangmao53@gmail.com"
},
"social_media_url": "https://github.com/haoguangli",
"homepage": "https://github.com/haoguangli/MGModel",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/haoguangli/MGModel.git",
"tag": "0.1.0"
},
"requires_arc": true,
"source_files": "MGModel/*.{h,m}",
"public_header_files": "MGModel/*.{h}",
"frameworks": [
"Foundation",
"CoreFoundation"
]
}