blob: 4eec8b932d14f8f239ceb0c6ff8faebdeecdb727 [file] [log] [blame]
{
"name": "UIBot",
"version": "0.1.4",
"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.4"
},
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"source_files": "Source/UIBot/*.swift",
"frameworks": "XCTest"
}