blob: 7e39fe62e985957e4145fb10e3e7a90c6d0cd5dd [file] [log] [blame]
{
"name": "UIBot",
"version": "0.3.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.3.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"frameworks": "XCTest",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "UIBot/Core/**/*.swift"
}
],
"swift_version": "5.0"
}