blob: 4681258cb6c61cd114522a747a0d5a78c868fcd9 [file] [log] [blame]
{
"name": "ZZCKit",
"version": "0.1.2",
"summary": "ZZCKit.",
"homepage": "https://github.com/zhouzhicun/ZZCKit",
"license": {
"type": "Copyright",
"text": " © 2008-2016 Meitu. All rights reserved.\n"
},
"authors": {
"zzc": "315701008@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zhouzhicun/ZZCKit.git",
"tag": "0.1.2"
},
"source_files": "ZZCKit/*.{h,m}",
"public_header_files": "ZZCKit/*.h",
"frameworks": [
"Foundation",
"Security"
],
"requires_arc": true,
"subspecs": [
{
"name": "Categorys",
"source_files": "ZZCKit/Categorys/**/*.{h,m}"
},
{
"name": "Util",
"source_files": "ZZCKit/Util/**/*.{h,m}"
}
]
}