blob: 6c5420e1d0048730c7d368947be75a39fbf6deb0 [file] [log] [blame]
{
"name": "HXKitComponent",
"version": "0.0.2",
"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.2"
},
"static_framework": true,
"platforms": {
"ios": "8.0"
},
"public_header_files": "HXKitComponent.h",
"source_files": "HXKitComponent.h",
"subspecs": [
{
"name": "HXTuple",
"public_header_files": "Tuple/*{h}",
"source_files": "Tuple/*.{h,m}"
},
{
"name": "HXDataController",
"public_header_files": "DataController/*{h}",
"source_files": "DataController/*.{h,m}",
"dependencies": {
"HXKitComponent/HXTuple": [
]
}
},
{
"name": "HXEmptyView",
"public_header_files": "EmptyView/*{h}",
"source_files": "EmptyView/*.{h,m}",
"dependencies": {
"Masonry": [
]
}
}
]
}