[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 6 / 8 / CQDemoKit / 0.6.0 / CQDemoKit.podspec.json
blobf1f68ce9a7eb6ed2719f9e0d0257db158531a0a4
2   "name": "CQDemoKit",
3   "version": "0.6.0",
4   "summary": "Demo",
5   "homepage": "https://github.com/dvlproad/001-UIKit-CQDemo-iOS",
6   "description": "- CQDemoKit/xxx:Demo最基础类\n\n  A longer description of CJHook in Markdown format.\n\n  * Think: Why did you write this? What is the focus? What does it do?\n  * CocoaPods will be using this to generate tags, and improve search results.\n  * Try to keep it short, snappy and to the point.\n  * Finally, don't worry about the indent, CocoaPods strips it!",
7   "license": "MIT",
8   "authors": {
9     "dvlproad": ""
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/dvlproad/001-UIKit-CQDemo-iOS.git",
16     "tag": "CQDemoKit_0.6.0"
17   },
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "resource_bundles": {
21     "CQDemoKit": [
22       "CQDemoKit/Demo_Resource/**/*.{png,jpg,jpeg}",
23       "CQDemoKit/BaseVC/**/*.{png,jpg,jpeg}"
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "Helper",
29       "source_files": "CQDemoKit/Helper/**/*.{h,m}"
30     },
31     {
32       "name": "BaseVC",
33       "dependencies": {
34         "CQDemoKit/Helper": [
36         ]
37       },
38       "subspecs": [
39         {
40           "name": "Base",
41           "source_files": "CQDemoKit/BaseVC/Base/**/*.{h,m}",
42           "dependencies": {
43             "Masonry": [
45             ]
46           }
47         },
48         {
49           "name": "ScrollView",
50           "source_files": "CQDemoKit/BaseVC/ScrollView/**/*.{h,m}",
51           "dependencies": {
52             "CQDemoKit/BaseVC/Base": [
54             ]
55           }
56         },
57         {
58           "name": "TableView",
59           "source_files": "CQDemoKit/BaseVC/TableView/**/*.{h,m}",
60           "dependencies": {
61             "CQDemoKit/BaseVC/Base": [
63             ]
64           }
65         },
66         {
67           "name": "Collection",
68           "source_files": "CQDemoKit/BaseVC/Collection/**/*.{h,m}",
69           "dependencies": {
70             "CQDemoKit/BaseVC/Base": [
72             ]
73           }
74         },
75         {
76           "name": "TextView",
77           "source_files": "CQDemoKit/BaseVC/TextView/**/*.{h,m}",
78           "dependencies": {
79             "CQDemoKit/BaseVC/Base": [
81             ],
82             "CQDemoKit/BaseUtil": [
84             ]
85           }
86         },
87         {
88           "name": "TabBar",
89           "source_files": "CQDemoKit/BaseVC/TabBar/**/*.{h,m}",
90           "resources": [
91             "CQDemoKit/BaseVC/TabBar/Resources/**/*.{png,jpg,jpeg}"
92           ]
93         }
94       ]
95     },
96     {
97       "name": "BaseUIKit",
98       "source_files": "CQDemoKit/BaseUIKit/**/*.{h,m}",
99       "dependencies": {
100         "Masonry": [
102         ]
103       }
104     },
105     {
106       "name": "BaseUtil",
107       "source_files": "CQDemoKit/BaseUtil/**/*.{h,m}"
108     },
109     {
110       "name": "Demo_Resource",
111       "source_files": "CQDemoKit/Demo_Resource/**/*.{h,m}",
112       "dependencies": {
113         "CQDemoKit/Helper": [
115         ]
116       }
117     },
118     {
119       "name": "Demo_RipeView",
120       "source_files": "CQDemoKit/Demo_RipeView/**/*.{h,m}",
121       "dependencies": {
122         "CQDemoKit/BaseUtil": [
124         ],
125         "CQDemoKit/BaseUIKit": [
127         ]
128       }
129     }
130   ]