blob: 4f3dcc493df4f893b29c5c87a3fad7ae083714a9 [file] [log] [blame]
{
"name": "DnpKit",
"version": "1.2.3",
"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_versions": "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.2.3"
},
"dependencies": {
"SnapKit": [
]
},
"swift_version": "4.2",
"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": [
]
}
}
]
}