blob: ef9a6c864cd96a7941a614a3974dc160763329fc [file] [log] [blame]
{
"name": "UITestHelpers",
"version": "0.1.0",
"summary": "UITestHelpers make UITests almost fun to write^^",
"description": "A collection of useful helper functions to make writing UI tests at least a little bit less painful.",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/myposter-de/ios-ui-test-helpers.git",
"tag": "0.1.0"
},
"homepage": "https://github.com/myposter-de/ios-ui-test-helpers",
"authors": {
"Martin Straub": "martin.straub@myposter.de"
},
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"requires_arc": true,
"frameworks": "XCTest",
"source_files": "UITestHelpers/**/*.{swift}"
}