blob: 5d55d348e70b79b48d273aa84816932d14b67e34 [file] [log] [blame]
{
"name": "HBFramework",
"version": "0.1.0",
"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.1.0"
},
"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": "HBToolKit",
"source_files": "HBFramework/HBToolKit/*",
"public_header_files": "HBFramework/HBToolKit/*.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/HBFoundation.h"
],
"public_header_files": "HBFramework/HBCategory/HBFoundation/HBFoundation.h",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
},
{
"name": "HBUIKit",
"source_files": [
"HBFramework/HBCategory/HBUIKit/**/*",
"HBFramework/HBCategory/HBUIKit/HBUIKit.h"
],
"public_header_files": "HBFramework/HBCategory/HBUIKit/HBUIKit.h",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}
]
}
]
}