[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / 6 / 8 / CQDemoKit / 0.1.0 / CQDemoKit.podspec.json
blobaa694b59e08f62aa8e292f3580e167bbc69a4a32
2   "name": "CQDemoKit",
3   "version": "0.1.0",
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.1.0"
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         "CJBaseOverlayKit/CJToast": [
33         ]
34       }
35     },
36     {
37       "name": "Home_TextView",
38       "source_files": "CQDemoKit/TextView/**/*.{h,m}",
39       "dependencies": {
40         "CQDemoKit/Home_Base": [
42         ]
43       }
44     },
45     {
46       "name": "Home_Collection",
47       "source_files": "CQDemoKit/Collection/**/*.{h,m}",
48       "dependencies": {
49         "CQDemoKit/Home_Base": [
51         ]
52       }
53     }
54   ]