blob: 296a75226655346285e2b64a90a20d4f0565e7fe [file] [log] [blame]
{
"name": "Mole",
"version": "1.0.2",
"summary": "Xcode’s UI testing is black-box by design. This works around that.",
"authors": "Hilton Campbell",
"homepage": "https://github.com/CrossWaterBridge/Mole",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/CrossWaterBridge/Mole.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Mole/*.swift",
"requires_arc": true,
"dependencies": {
"Swifter": [
"1.1.4"
]
}
}