blob: 0c4000a3e8ac1c6b20b266d982bcdd974df97af2 [file] [log] [blame]
{
"name": "ZY_Category",
"version": "0.0.1",
"summary": "all kinds of categories for iOS develop",
"description": "this project provide all kinds of categories for iOS developer",
"homepage": "https://github.com/ericzhou2008/ZY_Category",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ericzhou2008": "ericzhou2008@126.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/ericzhou2008/ZY_Category.git",
"tag": "0.0.1"
},
"source_files": [
"ZY_Category/ZYUIKit/*.{h,m}",
"ZY_Category/ZYRequest/*.{h,m}"
],
"frameworks": "AddressBook",
"requires_arc": true,
"subspecs": [
{
"name": "ZYUIKit",
"source_files": "ZY_Category/ZYUIKit/*.{h,m}"
},
{
"name": "ZYRequest",
"source_files": "ZY_Category/ZYRequest/*.{h,m}"
}
]
}