blob: 9273cf98ddead37bd54af35fe291af72c1616cb2 [file] [log] [blame]
{
"name": "Matcha",
"version": "0.0.2",
"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": "d6d159bd661a934c8b305156093c307d13f8448b"
},
"source_files": "iOS/Matcha/Matcha/Sources/*.*",
"ios": {
"dependencies": {
"EarlGrey": [
]
}
},
"frameworks": "XCTest",
"pushed_with_swift_version": "3.0"
}