SwiftMonkeyPaws.podspec.json 787 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "SwiftMonkeyPaws",
  3. "version": "1.0.1",
  4. "summary": "Visualisation of input events, especially useful during UI testing.",
  5. "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.",
  6. "homepage": "https://github.com/zalando/SwiftMonkey",
  7. "license": {
  8. "type": "MIT",
  9. "file": "LICENSE"
  10. },
  11. "authors": {
  12. "Dag Ågren": "dag.agren@zalando.fi"
  13. },
  14. "social_media_url": "http://twitter.com/WAHa_06x36",
  15. "platforms": {
  16. "ios": "8.0"
  17. },
  18. "source": {
  19. "git": "https://github.com/zalando/SwiftMonkey.git",
  20. "tag": "1.0.1"
  21. },
  22. "source_files": "SwiftMonkeyPaws/*.swift",
  23. "exclude_files": "SwiftMonkeyPaws/Package.swift"
  24. }