blob: e3f5705d3326bc567720fcc5df5aecb4973ecfd3 [file] [log] [blame]
{
"name": "HBFramework",
"version": "0.0.4",
"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.4"
},
"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"
}
]
}