[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / f / 2 / Simctl / 0.2.1 / Simctl.podspec.json
blob55cb5ce2fd2684df3e9879baa06c7473f7bbf00b
2   "name": "Simctl",
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/Simctl/**/*.swift",
30   "ios": {
31     "dependencies": {
32       "SimctlShared": [
33         "~> 0.2.1"
34       ],
35       "Swifter": [
36         "~> 1.5"
37       ]
38     },
39     "frameworks": "UIKit"
40   },
41   "platforms": {
42     "ios": "11.0"
43   },
44   "swift_version": "5.2"