[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 6 / 8 / CQDemoKit / 0.3.1 / CQDemoKit.podspec.json
blob39c966f42ac366867335e851c5f640108afd74e1
2   "name": "CQDemoKit",
3   "version": "0.3.1",
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.3.1"
17   },
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Home_Base",
23       "source_files": "CQDemoKit/Base/**/*.{h,m}",
24       "dependencies": {
25         "Masonry": [
27         ],
28         "CJBaseUtil/CJDataUtil": [
30         ]
31       }
32     },
33     {
34       "name": "Home_TextView",
35       "source_files": "CQDemoKit/TextView/**/*.{h,m}",
36       "dependencies": {
37         "CQDemoKit/Home_Base": [
39         ]
40       }
41     },
42     {
43       "name": "Home_Collection",
44       "source_files": "CQDemoKit/Collection/**/*.{h,m}",
45       "dependencies": {
46         "CQDemoKit/Home_Base": [
48         ]
49       }
50     },
51     {
52       "name": "Demo_Resource",
53       "source_files": "CQDemoKit/Demo_Resource/**/*.{h,m}",
54       "resource_bundles": {
55         "CQDemoKit": [
56           "CQDemoKit/Demo_Resource/**/*.{png,jpg}"
57         ]
58       }
59     }
60   ]