blob: 4f40281bcbc111485b4dbec752297cca3da39525 [file] [log] [blame]
{
"name": "LGJSONModel",
"version": "0.0.1",
"summary": "json<->model。nothing to do in \".m\" files",
"homepage": "https://www.lagou.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"宫亚东": "gongyadong@lagou.com"
},
"platforms": {
"ios": "5.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"source": {
"git": "https://github.com/pkgogai/LGJSONModel.git",
"tag": "0.0.1"
},
"source_files": "LGJsonModel/LGJsonModel/LGJSONModel/*.{h,m}",
"subspecs": [
{
"name": "LGFoundation",
"source_files": "LGJsonModel/LGJsonModel/LGJSONModel/LGFoundation/*.{h,m}"
}
]
}