blob: fde8349952efef5ef7ea35bcc15a90227a481087 [file] [log] [blame]
{
"name": "DnpKit",
"version": "1.3.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": "10.0"
},
"swift_versions": "5.0",
"homepage": "https://github.com/Zomfice/DnpKit",
"license": "MIT",
"authors": {
"Zomfice": "songchaofeng6@hotmail.com"
},
"source": {
"git": "https://github.com/Zomfice/DnpKit.git",
"tag": "1.3.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": [
]
}
},
{
"name": "Tools",
"source_files": "Source/Tools/*.swift",
"dependencies": {
"DnpKit/View": [
]
}
}
],
"swift_version": "5.0"
}