[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 4 / 6 / 1 / UCMCustomUIKit / 0.0.1 / UCMCustomUIKit.podspec.json
blob7c38f9fdd07c695a631a66f4667472379b0c4530
2   "name": "UCMCustomUIKit",
3   "version": "0.0.1",
4   "summary": "自定义UI组件",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "ssh://git@git.hnbangyao.com:9922/byShop/ucmcustomuikit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wangheng": "1339669469@qq.com"
13   },
14   "source": {
15     "git": "ssh://git@git.hnbangyao.com:9922/byShop/ucmcustomuikit.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "UCMCustomUIKit/Classes/UCMUIKit.h",
22   "public_header_files": "UCMCustomUIKit/Classes/UCMUIKit.h",
23   "resource_bundles": {
24     "UCMCustomUIKit": [
25       "UCMCustomUIKit/Assets/*.png"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "UCMUIView",
31       "source_files": "UCMCustomUIKit/Classes/UCMUIView/**/*",
32       "public_header_files": "UCMCustomUIKit/Classes/UCMUIView/UCMUIViewKit.h",
33       "prefix_header_contents": [
34         "#import \"Masonry.h\"",
35         "#import \"UCMHeader.h\""
36       ],
37       "dependencies": {
38         "SVProgressHUD": [
40         ],
41         "Masonry": [
43         ],
44         "QMUIKit": [
46         ],
47         "UCMUIKitCategory": [
49         ],
50         "UCMHeader": [
52         ]
53       },
54       "subspecs": [
55         {
56           "name": "editNumView",
57           "source_files": "UCMCustomUIKit/Classes/UCMUIView/editNumView/**/*",
58           "public_header_files": "UCMCustomUIKit/Classes/UCMUIView/editNumView/*.h"
59         },
60         {
61           "name": "starView",
62           "source_files": "UCMCustomUIKit/Classes/UCMUIView/starView/**/*",
63           "public_header_files": "UCMCustomUIKit/Classes/UCMUIView/starView/*.h"
64         },
65         {
66           "name": "UCMNoData",
67           "source_files": "UCMCustomUIKit/Classes/UCMUIView/UCMNoData/**/*",
68           "public_header_files": "UCMCustomUIKit/Classes/UCMUIView/UCMNoData/*.h"
69         },
70         {
71           "name": "UCMNoNet",
72           "source_files": "UCMCustomUIKit/Classes/UCMUIView/UCMNoNet/**/*",
73           "public_header_files": "UCMCustomUIKit/Classes/UCMUIView/UCMNoNet/*.h"
74         }
75       ]
76     },
77     {
78       "name": "UCMUIButton",
79       "source_files": "UCMCustomUIKit/Classes/UCMUIButton/**/*",
80       "public_header_files": "UCMCustomUIKit/Classes/UCMUIButton/UCMUIButtonKit.h",
81       "prefix_header_contents": [
82         "#import \"Masonry.h\"",
83         "#import \"UCMHeader.h\""
84       ],
85       "dependencies": {
86         "Masonry": [
88         ],
89         "UCMUIKitCategory": [
91         ],
92         "UCMHeader": [
94         ]
95       },
96       "subspecs": [
97         {
98           "name": "canMoveButton",
99           "source_files": "UCMCustomUIKit/Classes/UCMUIButton/canMoveButton/**/*",
100           "public_header_files": "UCMCustomUIKit/Classes/UCMUIButton/canMoveButton/*.h"
101         },
102         {
103           "name": "TabbarButton",
104           "source_files": "UCMCustomUIKit/Classes/UCMUIButton/TabbarButton/**/*",
105           "public_header_files": "UCMCustomUIKit/Classes/UCMUIButton/TabbarButton/*.h"
106         }
107       ]
108     },
109     {
110       "name": "UCMUILable",
111       "source_files": "UCMCustomUIKit/Classes/UCMUILable/**/*",
112       "public_header_files": "UCMCustomUIKit/Classes/UCMUILable/UCMUILabelKit.h",
113       "prefix_header_contents": [
114         "#import \"Masonry.h\"",
115         "#import \"UCMHeader.h\""
116       ],
117       "dependencies": {
118         "Masonry": [
120         ],
121         "UCMUIKitCategory": [
123         ],
124         "UCMHeader": [
126         ]
127       },
128       "subspecs": [
129         {
130           "name": "strikeLineLabel",
131           "source_files": "UCMCustomUIKit/Classes/UCMUILable/strikeLineLabel/**/*",
132           "public_header_files": "UCMCustomUIKit/Classes/UCMUILable/strikeLineLabel/*.h"
133         }
134       ]
135     }
136   ]