blob: 74aac6424abaf447a337f95979b97714a58ef3e2 [file] [log] [blame]
{
"name": "zhCategories",
"version": "0.1.3",
"summary": "A collection of category kit for iOS development.",
"homepage": "https://github.com/snail-z/zhCategories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"snail-z": "haozhang0770@163.com"
},
"source": {
"git": "https://github.com/snail-z/zhCategories.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "7.0"
},
"source_files": "zhCategories/Classes/zhCategories.h",
"subspecs": [
{
"name": "Foundation",
"source_files": "zhCategories/Classes/Foundation/**/*",
"public_header_files": "zhCategories/Classes/Foundation/**/*.h"
},
{
"name": "UIKit",
"source_files": "zhCategories/Classes/UIKit/**/*",
"public_header_files": "zhCategories/Classes/UIKit/**/*.h"
},
{
"name": "QuartzCore",
"source_files": "zhCategories/Classes/QuartzCore/**/*",
"public_header_files": "zhCategories/Classes/QuartzCore/**/*.h"
}
]
}