[Delete] ShengwangChat_iOS 1.3.2
[CocoaPods.git] / Specs / 6 / c / 1 / WQBaseUIComponents / 0.0.5 / WQBaseUIComponents.podspec.json
blob2d4bc248a2503b17049615c1dfa8efe4d19fc48c
2   "name": "WQBaseUIComponents",
3   "version": "0.0.5",
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.5"
17   },
18   "requires_arc": true,
19   "source_files": "WQBaseUIComponents/WQBaseUIComponents.h",
20   "subspecs": [
21     {
22       "name": "AnmationViews",
23       "subspecs": [
24         {
25           "name": "Animation",
26           "source_files": "WQBaseUIComponents/AnmationViews/Animation/*.{h,m}"
27         }
28       ]
29     },
30     {
31       "name": "UICustom",
32       "subspecs": [
33         {
34           "name": "ViewCustom",
35           "source_files": "WQBaseUIComponents/UICustom/ViewCustom/*.{h,m}"
36         },
37         {
38           "name": "StarView",
39           "source_files": "WQBaseUIComponents/UICustom/StarView/*.{h,m}"
40         }
41       ]
42     },
43     {
44       "name": "UILoading",
45       "dependencies": {
46         "MBProgressHUD": [
47           "~> 1.0.0"
48         ]
49       },
50       "resource_bundles": {
51         "MBProgressHUD": "WQBaseUIComponents/UILoading/MBProgressHUD.bundle/*.png"
52       },
53       "source_files": "WQBaseUIComponents/UILoading/*.{h,m}"
54     },
55     {
56       "name": "UIHelp",
57       "subspecs": [
58         {
59           "name": "UIFounctionHelp",
60           "source_files": "WQBaseUIComponents/UIHelp/UIFounctionHelp/*.{h,m}"
61         },
62         {
63           "name": "UITransitionHelp",
64           "source_files": "WQBaseUIComponents/UIHelp/UITransitionHelp/*.{h,m}"
65         }
66       ]
67     },
68     {
69       "name": "WQCommonTableView",
70       "dependencies": {
71         "WQBaseUIComponents/UIHelp": [
73         ]
74       },
75       "source_files": "WQBaseUIComponents/CommonTableView/**/*.{h,m}"
76     }
77   ]