blob: 3d862d15dba6bc3d2b6923d9bbbb25067e4da21c [file] [log] [blame]
{
"name": "UIToolkit",
"version": "0.0.3",
"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",
"license": "MIT",
"authors": {
"Evan Xie": "linhua.xie@foxmail.com"
},
"source": {
"git": "https://github.com/SkyBluestar/UIToolkit.git",
"tag": "0.0.3"
},
"source_files": [
"Source",
"Source/**/*.swift",
"Source/**/**/*.swift"
],
"resources": "Source/**/**/*.xib",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0"
}