[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 5 / d / ZZGFormEngine / 0.1.2 / ZZGFormEngine.podspec.json
blob49d8e71854a7d800bbf8f45586f2fb00f3c1a3d8
2   "name": "ZZGFormEngine",
3   "version": "0.1.2",
4   "summary": "A short description of ZZGFormEngine.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://git.coding.net/zhaozhiguo/ZZGFormEngine",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lovezhaozhiguo": "553002177@qq.com"
13   },
14   "source": {
15     "git": "https://git.coding.net/zhaozhiguo/ZZGFormEngine.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": "ZZGFormEngine/Classes/HTMI{FormEngineView,WorkFlowDetailTableViewCell}.h",
22   "source_files": "ZZGFormEngine/Classes/HTMI{FormEngineView,WorkFlowDetailTableViewCell}.{h,m}",
23   "dependencies": {
24     "HTMISettingManager": [
26     ],
27     "HTMIBaseComponent": [
29     ],
30     "HTMICustomControl": [
32     ],
33     "Masonry": [
34       "~> 1.0.2"
35     ]
36   },
37   "subspecs": [
38     {
39       "name": "Model",
40       "source_files": "ZZGFormEngine/Classes/Model/**/*.{h,m}",
41       "public_header_files": "ZZGFormEngine/Classes/Model/*.h",
42       "dependencies": {
43         "MJExtension": [
44           "~> 3.0.13"
45         ],
46         "ZZGFormEngine/Other": [
48         ]
49       }
50     },
51     {
52       "name": "Other",
53       "source_files": "ZZGFormEngine/Classes/Other/*.{h,m}",
54       "public_header_files": "ZZGFormEngine/Classes/Other/*.h",
55       "dependencies": {
56         "HTMISettingManager": [
58         ]
59       }
60     },
61     {
62       "name": "View",
63       "subspecs": [
64         {
65           "name": "ExtAudioComponent",
66           "source_files": "ZZGFormEngine/Classes/View/ExtAudioComponent/*.{h,m}",
67           "public_header_files": "ZZGFormEngine/Classes/View/ExtAudioComponent/*.h",
68           "dependencies": {
69             "ZZGFormEngine/Other": [
71             ]
72           }
73         },
74         {
75           "name": "SupportCopyLabel",
76           "source_files": "ZZGFormEngine/Classes/View/SupportCopyLabel/*.{h,m}",
77           "public_header_files": "ZZGFormEngine/Classes/View/SupportCopyLabel/*.h",
78           "dependencies": {
79             "HTMIBaseComponent": [
81             ],
82             "ZZGFormEngine/Other": [
84             ],
85             "ZZGFormEngine/Model": [
87             ]
88           }
89         },
90         {
91           "name": "DropDownComponent",
92           "source_files": "ZZGFormEngine/Classes/View/DropDownComponent/*.{h,m}",
93           "public_header_files": "ZZGFormEngine/Classes/View/DropDownComponent/*.h",
94           "dependencies": {
95             "ZZGFormEngine/Other": [
97             ]
98           }
99         },
100         {
101           "name": "NetworkSelectComponent",
102           "source_files": "ZZGFormEngine/Classes/View/NetworkSelectComponent/*.{h,m}",
103           "public_header_files": "ZZGFormEngine/Classes/View/NetworkSelectComponent/*.h",
104           "dependencies": {
105             "HTMISettingManager": [
107             ],
108             "ZZGFormEngine/Other": [
110             ]
111           }
112         },
113         {
114           "name": "OpinionComponent",
115           "source_files": "ZZGFormEngine/Classes/View/OpinionComponent/*.{h,m}",
116           "public_header_files": "ZZGFormEngine/Classes/View/OpinionComponent/*.h",
117           "dependencies": {
118             "ZZGFormEngine/Other": [
120             ]
121           }
122         },
123         {
124           "name": "SelectComponent",
125           "source_files": "ZZGFormEngine/Classes/View/SelectComponent/*.{h,m}",
126           "public_header_files": "ZZGFormEngine/Classes/View/SelectComponent/*.h",
127           "dependencies": {
128             "ZZGFormEngine/Other": [
130             ],
131             "ZZGFormEngine/Model": [
133             ]
134           }
135         },
136         {
137           "name": "SelectTagComponent",
138           "source_files": "ZZGFormEngine/Classes/View/SelectTagComponent/*.{h,m}",
139           "public_header_files": "ZZGFormEngine/Classes/View/SelectTagComponent/*.h",
140           "dependencies": {
141             "HTMISettingManager": [
143             ],
144             "HTMIBaseComponent": [
146             ],
147             "ZZGFormEngine/Other": [
149             ],
150             "ZZGFormEngine/Model": [
152             ]
153           }
154         },
155         {
156           "name": "SliderComponent",
157           "source_files": "ZZGFormEngine/Classes/View/SliderComponent/*.{h,m}",
158           "public_header_files": "ZZGFormEngine/Classes/View/SliderComponent/*.h",
159           "dependencies": {
160             "HTMISettingManager": [
162             ],
163             "HTMIBaseComponent": [
165             ],
166             "TTRangeSlider": [
168             ],
169             "ZZGFormEngine/Other": [
171             ],
172             "ZZGFormEngine/Model": [
174             ]
175           }
176         }
177       ]
178     }
179   ]