blob: 2a55bc2b2ae142ea1eee7bc33bba657cb8b63015 [file] [log] [blame]
{
"name": "HXKitComponent",
"version": "0.0.1",
"summary": "开发常用基础库",
"homepage": "https://github.com/yiyucanglang",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dahuanxiong": "xinlixuezyj@163.com"
},
"source": {
"git": "https://github.com/yiyucanglang/HXKitComponent.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "HXKitComponent.h",
"source_files": "HXKitComponent.h",
"subspecs": [
{
"name": "HXDataController",
"public_header_files": "DataController/*{h}",
"source_files": "DataController/*.{h,m}"
},
{
"name": "HXEmptyView",
"public_header_files": "EmptyView/*{h}",
"source_files": "EmptyView/*.{h,m}",
"dependencies": {
"Masonry": [
]
}
}
]
}