[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 0 / 5 / DnpKit / 1.2.2 / DnpKit.podspec.json
blob82529eb9c74694f6f3fa5e78a80ca5d1091c2356
2   "name": "DnpKit",
3   "version": "1.2.2",
4   "summary": "A Cocoa chain extension,that can help you create your UI fastly",
5   "description": "Fast Chain of Cocoa For UI , you can help you create your UI fastly",
6   "platforms": {
7     "ios": "8.0"
8   },
9   "swift_versions": "4.2",
10   "homepage": "https://github.com/Zomfice/DnpKit",
11   "license": "MIT",
12   "authors": {
13     "Zomfice": "songchaofeng6@hotmail.com"
14   },
15   "source": {
16     "git": "https://github.com/Zomfice/DnpKit.git",
17     "tag": "1.2.2"
18   },
19   "dependencies": {
20     "SnapKit": [
22     ]
23   },
24   "swift_version": "4.2",
25   "subspecs": [
26     {
27       "name": "View",
28       "source_files": "Source/View/*.swift"
29     },
30     {
31       "name": "Layer",
32       "source_files": "Source/Layer/*.swift",
33       "dependencies": {
34         "DnpKit/View": [
36         ]
37       }
38     },
39     {
40       "name": "Event",
41       "source_files": "Source/Event/*.swift",
42       "dependencies": {
43         "DnpKit/View": [
45         ]
46       }
47     },
48     {
49       "name": "Tools",
50       "source_files": "Source/Tools/*.swift",
51       "dependencies": {
52         "DnpKit/View": [
54         ]
55       }
56     }
57   ]