blob: d5687469c99dd14e92903623bebe6f22f06094d3 [file] [log] [blame]
{
"name": "HBFramework",
"version": "0.0.5",
"summary": "黑发不知勤学早,白首方悔读书迟",
"description": "三更灯火五更鸡,正是男儿发愤时",
"homepage": "https://github.com/cxxcapf/HBFramework_Master",
"license": "MIT",
"authors": {
"Capf": "cheng_xinxin@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/cxxcapf/HBFramework_Master.git",
"tag": "v0.0.5"
},
"source_files": "HBFramework/*",
"exclude_files": "HBFramework/Exclude",
"public_header_files": "HBFramework/HBFramework.h",
"requires_arc": true,
"subspecs": [
{
"name": "HBBaseContoller",
"source_files": "HBFramework/HBBaseContoller/*",
"public_header_files": "HBFramework/HBBaseContoller/*.h",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
},
{
"name": "HBCategory",
"source_files": "HBFramework/HBCategory/*",
"public_header_files": "HBFramework/HBCategory/HBCategories.h",
"subspecs": [
{
"name": "HBFoundation",
"source_files": [
"HBFramework/HBCategory/HBFoundation",
"HBFramework/HBCategory/HBFoundation/**/*.{h,m}"
],
"public_header_files": "HBFramework/HBCategory/HBFoundation/HBFoundation.h",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
},
{
"name": "HBUIKit",
"source_files": [
"HBFramework/HBCategory/HBUIKit",
"HBFramework/HBCategory/HBUIKit/**/*.{h,m}"
],
"public_header_files": "HBFramework/HBCategory/HBUIKit/HBUIKit.h",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}
]
}
]
}