blob: 5bd1a899a4de596137d3275443c3877d0df5214f [file] [log] [blame]
{
"name": "HBFramework",
"version": "0.0.3",
"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.3"
},
"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"
]
}
}
]
}