blob: 833744ee10144da8b62d3bdf12a0da60741d85a9 [file] [log] [blame]
{
"name": "UIBot",
"version": "0.1.0",
"summary": "A Bot way to create UI Test in Swift.",
"homepage": "https://github.com/TucoBZ/UIBot",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TucoBZ": "tucobz@gmail.com"
},
"source": {
"git": "https://github.com/TucoBZ/UIBot.git",
"tag": "0.1.0"
},
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"source_files": "Source/UIBot/*.swift",
"frameworks": "XCTest"
}