blob: a6cefcc3745e24ff4052d1014163af4beb5bd3bd [file] [log] [blame]
{
"name": "CGXCategoryKitOC",
"version": "0.0.1",
"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.1"
},
"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": "UIKit",
"subspecs": [
{
"name": "UIWindow",
"source_files": "CGXCategoryKitOC/UIKit/UIWindow/**/*.{h,m}"
}
]
},
{
"name": "UIControl",
"source_files": "CGXCategoryKitOC/UIControl/**/*.{h,m}"
}
]
}