blob: 258874e8a38d06df4d15cfc21333066f597fa36e [file] [log] [blame]
{
"name": "SwiftMonkey",
"version": "1.0.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": "9.0"
},
"source": {
"git": "https://github.com/zalando/SwiftMonkey.git",
"tag": "1.0.0"
},
"source_files": "SwiftMonkey/*.swift",
"exclude_files": "SwiftMonkey/Package.swift",
"frameworks": "XCTest",
"pushed_with_swift_version": "3.0"
}