[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 3 / d / SwiftMonkey / 2.1.0 / SwiftMonkey.podspec.json
blobfc7df09c6395ff8a11580e24f17e359dc8a502cd
2   "name": "SwiftMonkey",
3   "version": "2.1.0",
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.0"
21   },
22   "source_files": "SwiftMonkey/*.swift",
23   "exclude_files": "SwiftMonkey/Package.swift",
24   "frameworks": "XCTest",
25   "pod_target_xcconfig": {
26     "ENABLE_BITCODE": "NO"
27   }