[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 6 / 4 / c / WQFunctionCommponents / 0.0.4 / WQFunctionCommponents.podspec.json
blob084e290e04dc5baa52c7b0025328ab762e0188a2
2   "name": "WQFunctionCommponents",
3   "version": "0.0.4",
4   "summary": "UI功能组件",
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.4"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "WQBaseUIComponents": [
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "WQAlertUI",
27       "source_files": "WQFunctionCommponents/WQAlertUI/*.{h,m}"
28     },
29     {
30       "name": "WQBannerLoop",
31       "source_files": "WQFunctionCommponents/WQBannerLoop/*.{h,m}"
32     },
33     {
34       "name": "WQClendarUI",
35       "source_files": "WQFunctionCommponents/WQClendarUI/*.{h,m}"
36     },
37     {
38       "name": "WQFlowTagUI",
39       "source_files": "WQFunctionCommponents/WQFlowTagUI/*.{h,m}"
40     },
41     {
42       "name": "WQPhotoUI",
43       "source_files": "WQFunctionCommponents/WQPhotoUI/*.{h,m}"
44     },
45     {
46       "name": "WQPopSelectionsUI",
47       "source_files": "WQFunctionCommponents/WQPopSelectionsUI/*.{h,m}"
48     },
49     {
50       "name": "WQShareUI",
51       "resources": [
52         "WQFunctionCommponents/WQShareUI/*.xib"
53       ],
54       "source_files": "WQFunctionCommponents/WQShareUI/*.{h,m}"
55     },
56     {
57       "name": "WQSlideMenu",
58       "source_files": "WQFunctionCommponents/WQSlideMenu/*.{h,m}"
59     },
60     {
61       "name": "WQVerticalLoopText",
62       "source_files": "WQFunctionCommponents/WQVerticalLoopText/*.{h,m}"
63     }
64   ]