blob: c4493e791fe7580f10660976db7045b934bd6b97 [file] [log] [blame]
{
"name": "AutoMate",
"version": "1.3.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",
"Mateusz Nicpoń": "mnicpon@pgs-soft.com"
},
"platforms": {
"ios": "9.2"
},
"source": {
"git": "https://github.com/PGSSoft/AutoMate.git",
"tag": "1.3.0"
},
"source_files": [
"Classes",
"AutoMate/**/*.{swift}"
],
"resources": [
"AutoMate/Models/Messages/*.json"
],
"frameworks": "XCTest",
"pushed_with_swift_version": "3.0"
}