[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / f / 2 / Simctl / 0.2.0 / Simctl.podspec.json
blob9b45fb0621256c88727a2187f668d34ce2ff3392
2   "name": "Simctl",
3   "version": "0.2.0",
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.0"
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.0"
34       ],
35       "Swifter": [
36         "~> 1.4.7"
37       ]
38     },
39     "frameworks": "UIKit"
40   },
41   "platforms": {
42     "ios": "11.0"
43   },
44   "swift_version": "5.2"