[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / 5 / f / HXUIKits / 0.0.7 / HXUIKits.podspec.json
blob264a9b512c033584221931f6d296c16f5cb1cdc2
2   "name": "HXUIKits",
3   "version": "0.0.7",
4   "summary": "Common UI controls",
5   "homepage": "https://github.com/yiyucanglang",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "dahuanxiong": "xinlixuezyj@163.com"
12   },
13   "source": {
14     "git": "https://github.com/yiyucanglang/HXUIKits.git",
15     "tag": "0.0.7"
16   },
17   "static_framework": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": [
22     "HXRespondAreaExpandButton",
23     "HXTimerButton",
24     "HXWebView",
25     "HXArrowAutoTipView"
26   ],
27   "subspecs": [
28     {
29       "name": "HXRespondAreaExpandButton",
30       "public_header_files": "HXRespondAreaExpandButton/*{h}",
31       "source_files": "HXRespondAreaExpandButton/*.{h,m}"
32     },
33     {
34       "name": "HXTimerButton",
35       "public_header_files": "HXTimerButton/*{h}",
36       "source_files": "HXTimerButton/*.{h,m}",
37       "dependencies": {
38         "Masonry": [
40         ]
41       }
42     },
43     {
44       "name": "HXWebView",
45       "public_header_files": "HXWebView/*{h}",
46       "source_files": "HXWebView/*.{h,m}",
47       "dependencies": {
48         "KVOController": [
50         ],
51         "Masonry": [
53         ]
54       }
55     },
56     {
57       "name": "HXCommonShareView",
58       "public_header_files": "HXCommonShareView/*{h}",
59       "source_files": "HXCommonShareView/*.{h,m}",
60       "resources": "HXCommonShareView/HXShareResources.bundle",
61       "dependencies": {
62         "Masonry": [
64         ],
65         "HXKitComponent/HXImgtextCombineView": [
67         ]
68       }
69     },
70     {
71       "name": "HXArrowAutoTipView",
72       "public_header_files": "HXArrowAutoTipView/*{h}",
73       "source_files": "HXArrowAutoTipView/*.{h,m}",
74       "dependencies": {
75         "Masonry": [
77         ]
78       }
79     },
80     {
81       "name": "HXSegmentView",
82       "public_header_files": "HXSegmentView/*{h}",
83       "source_files": "HXSegmentView/*.{h,m}",
84       "dependencies": {
85         "HXConvenientListView/Core": [
87         ]
88       }
89     }
90   ]