blob: 46ab47b66b4dbe968276618f0147acf2c304909e [file] [log] [blame]
{
"name": "ZPCategoriesKit",
"version": "1.0.5",
"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.0.5"
},
"requires_arc": true,
"public_header_files": "ZPCategoriesKit/ZPCategoriesKit.h",
"source_files": "ZPCategoriesKit/ZPCategoriesKit.h",
"platforms": {
"ios": "7.0"
},
"frameworks": "UIKit",
"dependencies": {
"CRToast": [
"0.0.9"
],
"SVProgressHUD": [
"2.0-beta8"
],
"BlocksKit": [
"2.2.5"
]
},
"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}"
]
}
]
}