[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / c / 1 / WQBaseUIComponents / 0.0.4 / WQBaseUIComponents.podspec.json
blob4c9b169dc6ca5287125a4cab84d5394cc0681bb6
2   "name": "WQBaseUIComponents",
3   "version": "0.0.4",
4   "summary": "基础组件(UI部分)",
5   "description": "平常自己使用一些频率比较高得工具、控件的封装,后期使用的时候也不断维护、更新",
6   "homepage": "https://github.com/wang68543/WQBaseUIComponents",
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/WQBaseUIComponents.git",
16     "tag": "0.0.4"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "AnmationViews",
22       "subspecs": [
23         {
24           "name": "Animation",
25           "source_files": "WQBaseUIComponents/AnmationViews/Animation/*.{h,m}"
26         }
27       ]
28     },
29     {
30       "name": "UICustom",
31       "subspecs": [
32         {
33           "name": "ViewCustom",
34           "source_files": "WQBaseUIComponents/UICustom/ViewCustom/*.{h,m}"
35         },
36         {
37           "name": "StarView",
38           "source_files": "WQBaseUIComponents/UICustom/StarView/*.{h,m}"
39         }
40       ]
41     },
42     {
43       "name": "UIHelp",
44       "subspecs": [
45         {
46           "name": "UIFounctionHelp",
47           "source_files": "WQBaseUIComponents/UIHelp/UIFounctionHelp/*.{h,m}"
48         },
49         {
50           "name": "UITransitionHelp",
51           "source_files": "WQBaseUIComponents/UIHelp/UITransitionHelp/*.{h,m}"
52         }
53       ]
54     },
55     {
56       "name": "WQCommonTableView",
57       "dependencies": {
58         "WQBaseUIComponents/UIHelp": [
60         ]
61       },
62       "source_files": "WQBaseUIComponents/CommonTableView/**/*.{h,m}"
63     }
64   ]