blob: d293068eebc09a00100b4783f6ff2cea43960df5 [file] [log] [blame]
{
"name": "CategoriesKit",
"version": "0.0.3",
"license": "MIT",
"summary": "Objective-C Categories",
"homepage": "https://github.com/czpc/CategoriesKit",
"authors": {
"czps": "623320378@qq.com"
},
"source": {
"git": "https://github.com/czpc/CategoriesKit.git",
"tag": "0.0.3"
},
"requires_arc": true,
"public_header_files": "CategoriesKit/CategoriesKit.h",
"source_files": "CategoriesKit/CategoriesKit.h",
"platforms": {
"ios": "7.0"
},
"frameworks": "UIKit",
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"ios": {
"dependencies": {
"CategoriesKit/Core": [
],
"CategoriesKit/UIKit": [
]
}
}
},
{
"name": "Core",
"source_files": [
"CategoriesKit/CategoriesKit.h",
"CategoriesKit/Core/*.{h,m}"
]
},
{
"name": "UIKit",
"dependencies": {
"CategoriesKit/Core": [
]
},
"source_files": [
"CategoriesKit/CategoriesKit.h",
"CategoriesKit/UIKit/*.{h,m}"
]
}
]
}