blob: 6776188877f23731129c9875de0a5ff66f6509d7 [file] [log] [blame]
{
"name": "AutoMate",
"version": "1.1.0",
"summary": "Swift framework containing set of helpful XCTest extensions for writing UI automation tests.",
"homepage": "https://github.com/PGSSoft/AutoMate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joanna Bednarz": "jbednarz@pgs-soft.com",
"Paweł Szot": "pszot@pgs-soft.com",
"Bartosz Janda": "bjanda@pgs-soft.com",
"Paweł Kania": "pkania@pgs-soft.com",
"Michał Myśliwiec": "mmysliwiec@pgs-soft.com",
"Ewelina Cyło": "ecylo@pgs-soft.com"
},
"platforms": {
"ios": "9.2"
},
"source": {
"git": "https://github.com/PGSSoft/AutoMate.git",
"tag": "1.1.0"
},
"source_files": [
"Classes",
"AutoMate/**/*.{swift}"
],
"frameworks": "XCTest",
"pushed_with_swift_version": "3.0"
}