blob: 6be0032df504959de2f41b7ab80991a65f1c9737 [file] [log] [blame]
{
"name": "Matcha",
"version": "0.0.4",
"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": "83f035da2952ab8756bf9b8785a7b4b4db185713"
},
"source_files": "iOS/Matcha/Matcha/Sources/*.*",
"ios": {
"dependencies": {
"EarlGrey": [
]
}
},
"frameworks": "XCTest",
"pushed_with_swift_version": "3.0"
}