[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / 4 / c / WQFunctionCommponents / 0.0.2 / WQFunctionCommponents.podspec.json
blobcf6342a2619824ad665383440b68715b0412e562
2   "name": "WQFunctionCommponents",
3   "version": "0.0.2",
4   "summary": "Usual collection",
5   "description": "平常自己使用一些频率比较高得工具、控件的封装,后期使用的时候也不断维护、更新",
6   "homepage": "https://github.com/wang68543/WQFunctionCommponents",
7   "license": "MIT",
8   "authors": {
9     "王强": "wang68543@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/wang68543/WQFunctionCommponents.git",
16     "tag": "0.0.2"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "AnmationViews",
22       "subspecs": [
23         {
24           "name": "Animation",
25           "source_files": "WQFunctionCommponents/AnmationViews/Animation/*.{h,m}"
26         }
27       ]
28     },
29     {
30       "name": "UIHelp",
31       "subspecs": [
32         {
33           "name": "Help",
34           "resources": [
35             "WQFunctionCommponents/UIHelp/Help/*.xib"
36           ],
37           "source_files": "WQFunctionCommponents/UIHelp/Help/*.{h,m}",
38           "public_header_files": "WQFunctionCommponents/UIHelp/Help/*.h"
39         },
40         {
41           "name": "AlertUI",
42           "dependencies": {
43             "WQFunctionCommponents/UIHelp/Help": [
45             ]
46           },
47           "source_files": "WQFunctionCommponents/UIHelp/AlertUI/*.{h,m}"
48         },
49         {
50           "name": "BannerLoop",
51           "dependencies": {
52             "WQFunctionCommponents/UIHelp/Help": [
54             ]
55           },
56           "source_files": "WQFunctionCommponents/UIHelp/BannerLoop/*.{h,m}"
57         },
58         {
59           "name": "ClendarUI",
60           "dependencies": {
61             "WQFunctionCommponents/UIHelp/Help": [
63             ]
64           },
65           "source_files": "WQFunctionCommponents/UIHelp/ClendarUI/*.{h,m}"
66         },
67         {
68           "name": "ExamineUI",
69           "dependencies": {
70             "WQFunctionCommponents/UIHelp/Help": [
72             ]
73           },
74           "source_files": "WQFunctionCommponents/UIHelp/ExamineUI/*.{h,m}"
75         },
76         {
77           "name": "FlowTagUI",
78           "dependencies": {
79             "WQFunctionCommponents/UIHelp/Help": [
81             ]
82           },
83           "source_files": "WQFunctionCommponents/UIHelp/FlowTagUI/*.{h,m}"
84         },
85         {
86           "name": "PhotoUI",
87           "dependencies": {
88             "WQFunctionCommponents/UIHelp/Help": [
90             ]
91           },
92           "source_files": "WQFunctionCommponents/UIHelp/PhotoUI/*.{h,m}"
93         },
94         {
95           "name": "PopSelectionsUI",
96           "dependencies": {
97             "WQFunctionCommponents/UIHelp/Help": [
99             ]
100           },
101           "source_files": "WQFunctionCommponents/UIHelp/PopSelectionsUI/*.{h,m}"
102         },
103         {
104           "name": "ShareUI",
105           "dependencies": {
106             "WQFunctionCommponents/UIHelp/Help": [
108             ]
109           },
110           "resources": [
111             "WQFunctionCommponents/UIHelp/ShareUI/*.xib"
112           ],
113           "source_files": "WQFunctionCommponents/UIHelp/ShareUI/*.{h,m}"
114         },
115         {
116           "name": "SlideMenu",
117           "source_files": "WQFunctionCommponents/UIHelp/SlideMenu/*.{h,m}"
118         },
119         {
120           "name": "VerticalLoopText",
121           "source_files": "WQFunctionCommponents/UIHelp/VerticalLoopText/*.{h,m}"
122         }
123       ]
124     },
125     {
126       "name": "WQCommonTableView",
127       "dependencies": {
128         "WQFunctionCommponents/UIHelp/Help": [
130         ]
131       },
132       "source_files": "WQFunctionCommponents/CommonTableView/**/*.{h,m}"
133     }
134   ]