[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 6 / 8 / CQDemoKit / 0.5.6 / CQDemoKit.podspec.json
blobec5eab285f42d3c72c5f22ba52ade2b21c7880e6
2   "name": "CQDemoKit",
3   "version": "0.5.6",
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.5.6"
17   },
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "BaseVC",
23       "subspecs": [
24         {
25           "name": "Base",
26           "source_files": "CQDemoKit/BaseVC/Base/**/*.{h,m}",
27           "dependencies": {
28             "Masonry": [
30             ]
31           }
32         },
33         {
34           "name": "ScrollView",
35           "source_files": "CQDemoKit/BaseVC/ScrollView/**/*.{h,m}",
36           "dependencies": {
37             "CQDemoKit/BaseVC/Base": [
39             ]
40           }
41         },
42         {
43           "name": "TableView",
44           "source_files": "CQDemoKit/BaseVC/TableView/**/*.{h,m}",
45           "dependencies": {
46             "CQDemoKit/BaseVC/Base": [
48             ]
49           }
50         },
51         {
52           "name": "Collection",
53           "source_files": "CQDemoKit/BaseVC/Collection/**/*.{h,m}",
54           "dependencies": {
55             "CQDemoKit/BaseVC/Base": [
57             ]
58           }
59         },
60         {
61           "name": "TextView",
62           "source_files": "CQDemoKit/BaseVC/TextView/**/*.{h,m}",
63           "dependencies": {
64             "CQDemoKit/BaseVC/Base": [
66             ],
67             "CQDemoKit/BaseUtil": [
69             ]
70           }
71         }
72       ]
73     },
74     {
75       "name": "BaseUIKit",
76       "source_files": "CQDemoKit/BaseUIKit/**/*.{h,m}",
77       "dependencies": {
78         "Masonry": [
80         ]
81       }
82     },
83     {
84       "name": "BaseUtil",
85       "source_files": "CQDemoKit/BaseUtil/**/*.{h,m}"
86     },
87     {
88       "name": "Demo_Resource",
89       "source_files": "CQDemoKit/Demo_Resource/**/*.{h,m}",
90       "resource_bundles": {
91         "CQDemoKit": [
92           "CQDemoKit/Demo_Resource/**/*.{png,jpg,,jpeg}"
93         ]
94       }
95     },
96     {
97       "name": "Demo_RipeView",
98       "source_files": "CQDemoKit/Demo_RipeView/**/*.{h,m}",
99       "dependencies": {
100         "CQDemoKit/BaseUtil": [
102         ],
103         "CQDemoKit/BaseUIKit": [
105         ]
106       }
107     }
108   ]