blob: a67763936eaaa514d8178aca3f33aa5c61bc351b [file] [log] [blame]
{
"name": "EarlGreyTea",
"version": "0.0.3",
"summary": "An easy to use wrapper for EarlGrey UI grey test library.",
"description": "EarlGrey is wonderful UI test library for iOS app.\n\nBut it's HARD to use.\n\nSo, I want to build an easy to user wrapper to help you use the EarlGrey and do better UI test.",
"homepage": "https://github.com/woooha/EarlGreyTea",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"woooha": "woooha@gmail.com "
},
"source": {
"git": "https://github.com/woooha/EarlGreyTea.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "EarlGreyTea/Classes/**/*"
}