[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / e / d / a / SimctlCLI / 0.2.1 / SimctlCLI.podspec.json
blob4db79f712b16e8e20ac85c06121e6f4b454e08ec
2   "name": "SimctlCLI",
3   "version": "0.2.1",
4   "summary": "Swift client-server tool to call xcrun simctl from your simulator. Automate push notification testing!",
5   "description": "This is a small tool (SimctlCLI) and library (Simctl), written in Swift, to automate xcrun simctl commands for Simulator in unit and UI tests.\nIt enables, among other things, reliable fully automated testing of Push Notifications with dynamic content, and driven by a UI Test you control.",
6   "homepage": "https://github.com/ctreffs/SwiftSimctl",
7   "screenshots": "https://raw.githubusercontent.com/ctreffs/SwiftSimctl/master/docs/SimctlExample.gif",
8   "authors": {
9     "Christian Treffs": "ctreffs@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/chrisdailygrind",
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "source": {
17     "git": "https://github.com/ctreffs/SwiftSimctl.git",
18     "tag": "0.2.1"
19   },
20   "swift_versions": "5.2",
21   "requires_arc": true,
22   "exclude_files": ".swift-version",
23   "preserve_paths": "bin/*",
24   "resource_bundles": {
25     "SimctlCLI": [
26       "bin/SimctlCLI"
27     ]
28   },
29   "source_files": "Sources/SimctlCLI/**/*.swift",
30   "osx": {
31     "dependencies": {
32       "SimctlShared": [
33         "~> 0.2.1"
34       ],
35       "ShellOut": [
36         "~> 2.0.0"
37       ],
38       "Swifter": [
39         "~> 1.5"
40       ]
41     },
42     "frameworks": "AppKit"
43   },
44   "platforms": {
45     "osx": "10.12"
46   },
47   "swift_version": "5.2"