blob: 8612c6dda651a827bba04a6167dcd3953cd6f834 [file] [log] [blame]
{
"name": "HXUIKits",
"version": "0.0.3",
"summary": "Common UI controls",
"homepage": "https://github.com/yiyucanglang",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dahuanxiong": "xinlixuezyj@163.com"
},
"source": {
"git": "https://github.com/yiyucanglang/HXUIKits.git",
"tag": "0.0.3"
},
"static_framework": true,
"platforms": {
"ios": "8.0"
},
"default_subspecs": [
"HXRespondAreaExpandButton",
"HXTimerButton",
"HXWebView",
"HXCommonShareView"
],
"subspecs": [
{
"name": "HXRespondAreaExpandButton",
"public_header_files": "HXRespondAreaExpandButton/*{h}",
"source_files": "HXRespondAreaExpandButton/*.{h,m}"
},
{
"name": "HXTimerButton",
"public_header_files": "HXTimerButton/*{h}",
"source_files": "HXTimerButton/*.{h,m}",
"dependencies": {
"Masonry": [
]
}
},
{
"name": "HXWebView",
"public_header_files": "HXWebView/*{h}",
"source_files": "HXWebView/*.{h,m}",
"dependencies": {
"KVOController": [
],
"Masonry": [
]
}
},
{
"name": "HXCommonShareView",
"public_header_files": "HXCommonShareView/*{h}",
"source_files": "HXCommonShareView/*.{h,m}",
"resources": "HXCommonShareView/HXShareResources.bundle",
"dependencies": {
"Masonry": [
],
"HXKitComponent/HXImgtextCombineView": [
]
}
},
{
"name": "HXArrowAutoTipView",
"public_header_files": "HXArrowAutoTipView/*{h}",
"source_files": "HXArrowAutoTipView/*.{h,m}",
"dependencies": {
"Masonry": [
]
}
}
]
}