[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 6 / 8 / CQDemoKit / 0.5.8 / CQDemoKit.podspec.json
blob18f5652065777e34db66774c78e245d2d55afd45
2   "name": "CQDemoKit",
3   "version": "0.5.8",
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.8"
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           "name": "TabBar",
74           "source_files": "CQDemoKit/BaseVC/TabBar/**/*.{h,m}",
75           "resources": [
76             "CQDemoKit/BaseVC/TabBar/Resources/**/*.{png,jpg,,jpeg}"
77           ]
78         }
79       ]
80     },
81     {
82       "name": "BaseUIKit",
83       "source_files": "CQDemoKit/BaseUIKit/**/*.{h,m}",
84       "dependencies": {
85         "Masonry": [
87         ]
88       }
89     },
90     {
91       "name": "BaseUtil",
92       "source_files": "CQDemoKit/BaseUtil/**/*.{h,m}"
93     },
94     {
95       "name": "Demo_Resource",
96       "source_files": "CQDemoKit/Demo_Resource/**/*.{h,m}",
97       "resource_bundles": {
98         "CQDemoKit": [
99           "CQDemoKit/Demo_Resource/**/*.{png,jpg,,jpeg}"
100         ]
101       }
102     },
103     {
104       "name": "Demo_RipeView",
105       "source_files": "CQDemoKit/Demo_RipeView/**/*.{h,m}",
106       "dependencies": {
107         "CQDemoKit/BaseUtil": [
109         ],
110         "CQDemoKit/BaseUIKit": [
112         ]
113       }
114     }
115   ]