[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / 4 / c / WQFunctionCommponents / 0.0.3 / WQFunctionCommponents.podspec.json
blob1e8405ba1f64c7d37bd5f1f1f8a6b2a236cb12c3
2   "name": "WQFunctionCommponents",
3   "version": "0.0.3",
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.3"
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": "WQExamineUI",
39       "source_files": "WQFunctionCommponents/WQExamineUI/*.{h,m}"
40     },
41     {
42       "name": "WQFlowTagUI",
43       "source_files": "WQFunctionCommponents/WQFlowTagUI/*.{h,m}"
44     },
45     {
46       "name": "WQPhotoUI",
47       "source_files": "WQFunctionCommponents/WQPhotoUI/*.{h,m}"
48     },
49     {
50       "name": "WQPopSelectionsUI",
51       "source_files": "WQFunctionCommponents/WQPopSelectionsUI/*.{h,m}"
52     },
53     {
54       "name": "WQShareUI",
55       "resources": [
56         "WQFunctionCommponents/WQShareUI/*.xib"
57       ],
58       "source_files": "WQFunctionCommponents/WQShareUI/*.{h,m}"
59     },
60     {
61       "name": "WQSlideMenu",
62       "source_files": "WQFunctionCommponents/WQSlideMenu/*.{h,m}"
63     },
64     {
65       "name": "WQVerticalLoopText",
66       "source_files": "WQFunctionCommponents/WQVerticalLoopText/*.{h,m}"
67     }
68   ]