| 12345678910111213141516171819202122232425 |
- {
- "name": "SwiftMonkeyPaws",
- "version": "1.0.1",
- "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": "1.0.1"
- },
- "source_files": "SwiftMonkeyPaws/*.swift",
- "exclude_files": "SwiftMonkeyPaws/Package.swift"
- }
|