blob: 930245165bd5c0a0afd8ce210a129fd1bf7db092 [file] [log] [blame]
{
"name": "ZWModel",
"summary": "High performance model framework for iOS/OSX. The YYmodel renamed.",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gavin": "lovegavin@outlook.com"
},
"homepage": "https://github.com/GavinZw/ZWModel",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/GavinZw/ZWModel.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "ZWModel/ZWModel/*.{h,m}",
"public_header_files": "ZWModel/ZWModel/*.{h}",
"frameworks": "Foundation"
}