blob: d7da41af99d18bd1b2b5b31c6f6b0ae45a0fa086 [file] [log] [blame]
{
"name": "SwiftMonkey",
"version": "2.1.1",
"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": "2.1.1"
},
"source_files": "SwiftMonkey/*.swift",
"exclude_files": "SwiftMonkey/Package.swift",
"frameworks": "XCTest",
"swift_version": "4.2",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
}
}