blob: cd3605fd04b672dc085f1617a0852960068d50b7 [file] [log] [blame]
{
"name": "ZFKit",
"summary": "High performance model framework for iOS/OSX.",
"version": "1.3.3",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"FanyiZeng": "FanyiZeng@Yeah.Net"
},
"social_media_url": "http://www.jianshu.com/u/e89709cae2ad",
"homepage": "https://github.com/FanyiZeng/ZFKit",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/FanyiZeng/ZFKit.git",
"tag": "1.3.3"
},
"requires_arc": true,
"source_files": "ZFKit/*.{h,m}",
"public_header_files": "ZFKit/*.{h}",
"dependencies": {
"YYModel": [
]
},
"frameworks": [
"Foundation",
"CoreFoundation"
]
}