blob: 04ffb5e11e0694a81798cf5ec5e358e5484d8d64 [file] [log] [blame]
{
"name": "DnpKit",
"version": "1.1.8",
"summary": "A Cocoa chain extension,that can help you create your UI fastly",
"description": "Fast Chain of Cocoa For UI , you can help you create your UI fastly",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"homepage": "https://github.com/Zomfice/DnpKit",
"license": "MIT",
"authors": {
"Zomfice": "songchaofeng6@hotmail.com"
},
"source": {
"git": "https://github.com/Zomfice/DnpKit.git",
"tag": "1.1.8"
},
"dependencies": {
"SnapKit": [
]
},
"subspecs": [
{
"name": "View",
"source_files": "Source/View/*.swift"
},
{
"name": "Layer",
"source_files": "Source/Layer/*.swift",
"dependencies": {
"DnpKit/View": [
]
}
},
{
"name": "Event",
"source_files": "Source/Event/*.swift",
"dependencies": {
"DnpKit/View": [
]
}
}
]
}