[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 3 / 6 / 8 / CQDemoKit / 0.6.2 / CQDemoKit.podspec.json
blob1aef25365f5ef56830f8c34dbc8b825af29efa70
2   "name": "CQDemoKit",
3   "version": "0.6.2",
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.2"
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             "CQDemoKit/BaseUIKit": [
48             ]
49           }
50         },
51         {
52           "name": "ScrollView",
53           "source_files": "CQDemoKit/BaseVC/ScrollView/**/*.{h,m}",
54           "dependencies": {
55             "CQDemoKit/BaseVC/Base": [
57             ]
58           }
59         },
60         {
61           "name": "TableView",
62           "source_files": "CQDemoKit/BaseVC/TableView/**/*.{h,m}",
63           "dependencies": {
64             "CQDemoKit/BaseVC/Base": [
66             ]
67           }
68         },
69         {
70           "name": "Collection",
71           "source_files": "CQDemoKit/BaseVC/Collection/**/*.{h,m}",
72           "dependencies": {
73             "CQDemoKit/BaseVC/Base": [
75             ]
76           }
77         },
78         {
79           "name": "TextView",
80           "source_files": "CQDemoKit/BaseVC/TextView/**/*.{h,m}",
81           "dependencies": {
82             "CQDemoKit/BaseVC/Base": [
84             ],
85             "CQDemoKit/BaseUtil": [
87             ]
88           }
89         },
90         {
91           "name": "TabBar",
92           "source_files": "CQDemoKit/BaseVC/TabBar/**/*.{h,m}",
93           "resources": [
94             "CQDemoKit/BaseVC/TabBar/Resources/**/*.{png,jpg,jpeg}"
95           ]
96         }
97       ]
98     },
99     {
100       "name": "BaseUIKit",
101       "source_files": "CQDemoKit/BaseUIKit/**/*.{h,m}",
102       "dependencies": {
103         "Masonry": [
105         ]
106       }
107     },
108     {
109       "name": "BaseUtil",
110       "source_files": "CQDemoKit/BaseUtil/**/*.{h,m}"
111     },
112     {
113       "name": "Demo_Resource",
114       "source_files": "CQDemoKit/Demo_Resource/**/*.{h,m}",
115       "dependencies": {
116         "CQDemoKit/Helper": [
118         ]
119       }
120     },
121     {
122       "name": "Demo_RipeView",
123       "source_files": "CQDemoKit/Demo_RipeView/**/*.{h,m}",
124       "dependencies": {
125         "CQDemoKit/BaseUtil": [
127         ],
128         "CQDemoKit/BaseUIKit": [
130         ]
131       }
132     }
133   ]