blob: b70df7c1237671d63dc7d87504ae2f385ee31d20 [file] [log] [blame]
{
"name": "SwiftMonkey",
"version": "1.1.0",
"summary": "Monkey testing framework for iOS apps",
"description": "A framework for generating randomised user\ninput in iOS apps. This kind of monkey testing\nis useful for stress-testing apps and finding\nrare crashes.",
"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.1.0"
},
"source_files": "SwiftMonkey/*.swift",
"exclude_files": "SwiftMonkey/Package.swift",
"frameworks": "XCTest",
"pushed_with_swift_version": "3.2"
}