[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / e / 3 / d / SwiftMonkey / 2.1.1 / SwiftMonkey.podspec.json
blobd7da41af99d18bd1b2b5b31c6f6b0ae45a0fa086
2   "name": "SwiftMonkey",
3   "version": "2.1.1",
4   "summary": "Monkey testing framework for iOS apps",
5   "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.",
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": "2.1.1"
21   },
22   "source_files": "SwiftMonkey/*.swift",
23   "exclude_files": "SwiftMonkey/Package.swift",
24   "frameworks": "XCTest",
25   "swift_version": "4.2",
26   "pod_target_xcconfig": {
27     "ENABLE_BITCODE": "NO"
28   }