blob: be2af86d1c8a9816832adbecb6a31d80ef3e9f4f [file] [log] [blame]
{
"name": "ZPCategoriesKit",
"version": "1.4.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.4.0"
},
"requires_arc": true,
"public_header_files": "ZPCategoriesKit/ZPCategoriesKit.h",
"source_files": "ZPCategoriesKit/ZPCategoriesKit.h",
"platforms": {
"ios": "7.0"
},
"frameworks": "UIKit",
"dependencies": {
"MBProgressHUD": [
"0.9.2"
],
"BlocksKit": [
"2.2.5"
],
"PREBorderView": [
"3.0"
],
"ReactiveCocoa": [
"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}"
]
}
]
}