[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / 0 / 5 / DnpKit / 1.1.2 / DnpKit.podspec.json
blobfa70e1245d2b42bd7b3739d904f0e83555565612
2   "name": "DnpKit",
3   "version": "1.1.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": "9.0"
8   },
9   "swift_version": "5.0",
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.1.2"
18   },
19   "dependencies": {
20     "SnapKit": [
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "View",
27       "source_files": "Source/View/*.swift"
28     },
29     {
30       "name": "Layer",
31       "source_files": "Source/Layer/*.swift",
32       "dependencies": {
33         "DnpKit/View": [
35         ]
36       }
37     },
38     {
39       "name": "Event",
40       "source_files": "Source/Event/*.swift",
41       "dependencies": {
42         "DnpKit/View": [
44         ]
45       }
46     }
47   ]