[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / 6 / 8 / CQDemoKit / 0.5.2 / CQDemoKit.podspec.json
blobc50e13a9de51677bc4b35b6710909f9ea908ca0e
2   "name": "CQDemoKit",
3   "version": "0.5.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.5.2"
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             "CJBaseUtil/CJDataUtil": [
51             ]
52           }
53         },
54         {
55           "name": "Collection",
56           "source_files": "CQDemoKit/BaseVC/Collection/**/*.{h,m}",
57           "dependencies": {
58             "CQDemoKit/BaseVC/Base": [
60             ],
61             "CJBaseUtil/CJDataUtil": [
63             ]
64           }
65         },
66         {
67           "name": "TextView",
68           "source_files": "CQDemoKit/BaseVC/TextView/**/*.{h,m}",
69           "dependencies": {
70             "CQDemoKit/BaseVC/Base": [
72             ],
73             "CQDemoKit/BaseUtil": [
75             ],
76             "CJBaseUtil/CJDataUtil": [
78             ]
79           }
80         }
81       ]
82     },
83     {
84       "name": "Demo_Resource",
85       "source_files": "CQDemoKit/Demo_Resource/**/*.{h,m}",
86       "resource_bundles": {
87         "CQDemoKit": [
88           "CQDemoKit/Demo_Resource/**/*.{png,jpg}"
89         ]
90       }
91     },
92     {
93       "name": "BaseUIKit",
94       "source_files": "CQDemoKit/BaseUIKit/**/*.{h,m}",
95       "dependencies": {
96         "Masonry": [
98         ]
99       }
100     },
101     {
102       "name": "BaseUtil",
103       "source_files": "CQDemoKit/BaseUtil/**/*.{h,m}"
104     }
105   ]