blob: 783894d870bb5edc6a0a1a0c4d24e3b80431abad [file] [log] [blame]
{
"name": "DBJSONModel",
"summary": "A light model framework for iOS.",
"version": "0.6.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dengbin9009": "dengbin9009@126.com"
},
"social_media_url": "http://www.jianshu.com/p/fafffd478134",
"homepage": "https://github.com/dengbin9009/DBJSONModel",
"platforms": {
"ios": "6.0",
"osx": "10.7",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/dengbin9009/DBJSONModel.git",
"tag": "0.6.0"
},
"requires_arc": true,
"source_files": "DBJSONModel/DBJSONModel/*.{h,m}",
"public_header_files": "DBJSONModel/DBJSONModel/*.{h}",
"frameworks": [
"Foundation",
"CoreFoundation"
]
}