blob: dbe7ac42e0a52f8cace4d6481b93143ce8305d84 [file] [log] [blame]
{
"name": "AutoMate",
"version": "0.1",
"summary": "Swift framework containing set of helpful XCTest extensions for writing UI automation tests.",
"homepage": "https://github.com/PGSSoft/AutoMate",
"license": "MIT",
"authors": {
"Joanna Bednarz": "jbednarz@pgs-soft.com",
"Paweł Szot": "pszot@pgs-soft.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/PGSSoft/AutoMate.git",
"tag": "0.1"
},
"source_files": [
"Classes",
"AutoMate/**/*.{swift}"
],
"frameworks": "XCTest"
}