blob: 74ad17746c90d5e6d99f1dabec58ce87a0a0f74d [file] [log] [blame]
{
"name": "ZPCategoriesKit",
"version": "1.2.0",
"license": "MIT",
"summary": "Objective-C Categories",
"homepage": "https://github.com/czpc/ZpCategoriesKit",
"authors": {
"czps": "623320378@qq.com"
},
"source": {
"git": "https://github.com/czpc/ZpCategoriesKit.git",
"tag": "1.2.0"
},
"requires_arc": true,
"public_header_files": "ZPCategoriesKit/ZPCategoriesKit.h",
"source_files": "ZPCategoriesKit/ZPCategoriesKit.h",
"platforms": {
"ios": "7.0"
},
"frameworks": "UIKit",
"dependencies": {
"WSProgressHUD": [
"1.1.0"
],
"BlocksKit": [
"2.2.5"
],
"PREBorderView": [
"3.0"
]
},
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"ios": {
"dependencies": {
"ZPCategoriesKit/Core": [
],
"ZPCategoriesKit/UIKit": [
],
"ZPCategoriesKit/Components": [
]
}
}
},
{
"name": "Core",
"source_files": [
"ZPCategoriesKit/ZPCategoriesKit.h",
"ZPCategoriesKit/Core/*.{h,m}"
]
},
{
"name": "UIKit",
"dependencies": {
"ZPCategoriesKit/Core": [
]
},
"source_files": [
"ZPCategoriesKit/ZPCategoriesKit.h",
"ZPCategoriesKit/UIKit/*.{h,m}"
]
},
{
"name": "Components",
"source_files": [
"ZPCategoriesKit/ZPCategoriesKit.h",
"ZPCategoriesKit/Components/*.{h,m}"
]
}
]
}