blob: 9e777559eed1a75a2fb882a4758ed33fba24a319 [file] [log] [blame]
{
"name": "YAHBaseKit",
"version": "0.0.2",
"summary": "App common file",
"description": "App common file with Pod for APP",
"homepage": "https://github.com/yahua/YAHBaseKit",
"license": "MIT",
"authors": {
"王时温": "yahua523@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yahua/YAHBaseKit.git",
"tag": "0.0.2"
},
"source_files": [
"YAHBaseKit",
"YAHBaseKit/YAHBaseKit.h"
],
"subspecs": [
{
"name": "extobjc",
"public_header_files": "YAHBaseKit/extobjc/*.h",
"source_files": "YAHBaseKit/extobjc"
},
{
"name": "Category",
"subspecs": [
{
"name": "Category",
"public_header_files": "YAHBaseKit/Category/NSObject/*.h",
"source_files": "YAHBaseKit/Category/NSObject"
}
]
}
]
}