blob: 5dccc886a57cc8330576372d6b13dcb0efcf3170 [file] [log] [blame]
{
"name": "YZExtension",
"platforms": {
"ios": "6.0"
},
"version": "2.0.0",
"summary": "创建系统类API拓展,提高程序健壮",
"homepage": "https://github.com/yellowzhou/YZExtension",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yellowzhou": "yellowzhou@sina.cn"
},
"source": {
"git": "https://github.com/yellowzhou/YZExtension.git",
"tag": "2.0.0"
},
"frameworks": [
"CFNetwork",
"Foundation"
],
"source_files": "YZExtension/Extension/*.{h,m}",
"requires_arc": true
}