blob: 348e203234dc399dd57da668796f838d4d548559 [file] [log] [blame]
{
"name": "Matcha",
"version": "0.0.3",
"summary": "A DSL for automated UI tests using EarlGrey",
"description": "A DSL for automated UI tests using EarlGrey ... TODO: more text coming",
"homepage": "https://github.com/guan1/Matcha",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andre Guggenberger": "andre.guggenberger@caseapps.at"
},
"platforms": {
"ios": "9.0"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/\""
},
"source": {
"git": "https://github.com/guan1/Matcha.git",
"commit": "ba2c43f88f28d472a4be24650f9842b2754e39bd"
},
"source_files": "iOS/Matcha/Matcha/Sources/*.*",
"ios": {
"dependencies": {
"EarlGrey": [
]
}
},
"frameworks": "XCTest",
"pushed_with_swift_version": "3.0"
}