blob: b038355e0a9916bdd0b1de953e937533517b2203 [file] [log] [blame]
{
"name": "CGXCategoryKitOC",
"version": "0.0.2",
"summary": "APP的Foundation、UIKit的延展库",
"description": "APP的Foundation、UIKit控件延展库)",
"homepage": "https://github.com/974794055/CGXCategoryKit-OC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"974794055": "974794055@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/974794055/CGXCategoryKit-OC.git",
"tag": "0.0.2"
},
"requires_arc": true,
"frameworks": "UIKit",
"source_files": "CGXCategoryKitOC/CGXCategoryKitOC.h",
"public_header_files": "CGXCategoryKitOC/CGXCategoryKitOC.h",
"subspecs": [
{
"name": "Foundation",
"subspecs": [
{
"name": "NSTimer",
"source_files": "CGXCategoryKitOC/Foundation/NSTimer/**/*.{h,m}"
},
{
"name": "NSBundle",
"source_files": "CGXCategoryKitOC/Foundation/NSBundle/**/*.{h,m}"
}
]
},
{
"name": "UIKit",
"subspecs": [
{
"name": "UIWindow",
"source_files": "CGXCategoryKitOC/UIKit/UIWindow/**/*.{h,m}"
}
]
},
{
"name": "UIControl",
"source_files": "CGXCategoryKitOC/UIControl/**/*.{h,m}"
}
]
}