blob: 26ff7a0fa4b8584aaa21c9c04b88f0bad12ed50a [file] [log] [blame]
{
"name": "UIToolkit",
"version": "0.0.2",
"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.2"
},
"source_files": [
"Source",
"Source/**/*.swift",
"Source/**/**/*.swift"
],
"resources": "Source/**/**/*.xib",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0"
}