blob: 3097d11e9b6820f789706cc90d16b8dd7f45f1df [file] [log] [blame]
{
"name": "SwiftMonkeyPaws",
"version": "2.0.0",
"summary": "Visualisation of input events, especially useful during UI testing.",
"description": "Visualise all touch events in a layer on top of\nyour UI. This is meant to be paired with the\nSwiftMonkey monkey testing library, but can also\nbe used on its own.",
"homepage": "https://github.com/zalando/SwiftMonkey",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dag Ă…gren": "dag.agren@zalando.fi"
},
"social_media_url": "http://twitter.com/WAHa_06x36",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zalando/SwiftMonkey.git",
"tag": "2.0.0"
},
"source_files": "SwiftMonkeyPaws/*.swift",
"exclude_files": "SwiftMonkeyPaws/Package.swift"
}