blob: 4b79b9befa24c3a0eacc827e648f1bbdde0e6910 [file] [log] [blame]
{
"name": "ZBCategories",
"version": "0.0.2",
"summary": "ZBCategories",
"description": "TODO: 自定义分类,包括UIKit Foundation",
"homepage": "https://github.com/lzbgithubcode/ZBCategories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"1835064412@qq.com": "liuzibin"
},
"source": {
"git": "https://github.com/lzbgithubcode/ZBCategories.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ZBCategories/Classes/ZBCategories.h",
"subspecs": [
{
"name": "Foundation",
"source_files": "ZBCategories/Classes/Foundation/**/*.{h,m}"
},
{
"name": "QuartzCore",
"source_files": "ZBCategories/Classes/QuartzCore/**/*.{h,m}"
},
{
"name": "UIKit",
"source_files": "ZBCategories/Classes/UIKit/**/*.{h,m}"
}
]
}