blob: dbd4c98ca7a7016c4325fd34b7e5e39199bc2da7 [file] [log] [blame]
{
"name": "ZT_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/ZT_Category",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ericzhou2008": "ericzhou2008@126.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/ericzhou2008/ZT_Category.git",
"tag": "0.0.1"
},
"source_files": "ZT_Category/**/*.{h,m}",
"frameworks": "AddressBook",
"requires_arc": true,
"subspecs": [
{
"name": "ZYUIKit",
"source_files": "ZT_Category/ZYUIKit/**/*.{h,m}"
},
{
"name": "ZYRequest",
"source_files": "ZT_Category/ZYRequest/**/*.{h,m}"
}
]
}