blob: 24c7de84fa11f63ac8b9028461b44de6e99ae398 [file] [log] [blame]
{
"name": "UIBot",
"version": "0.2.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.2.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": "Source/UIBot/*.swift",
"frameworks": "XCTest",
"swift_version": "5.0"
}