blob: 67865311ec237a9c9d89a1a0867676cfae521423 [file] [log] [blame]
{
"name": "UIToolkit",
"version": "0.0.1",
"summary": "An useful UI code base for rapid app development.",
"description": "An useful UI code base for rapid app development, write in Swift.",
"homepage": "https://github.com/SkyBluestar/UIToolkit",
"swift_version": "4.0",
"license": "MIT",
"authors": {
"Evan Xie": "linhua.xie@foxmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/SkyBluestar/UIToolkit.git",
"tag": "0.0.1"
},
"source_files": [
"Source",
"Source/**/*.swift",
"Source/**/**/*.swift"
],
"resources": "Source/**/**/*.xib"
}