[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / 2 / a / WorkflowRxSwift / 1.0.0-beta.1 / WorkflowRxSwift.podspec.json
blob748a7ed73c429b9966441914353fdf4fa5ef58e1
2   "name": "WorkflowRxSwift",
3   "version": "1.0.0-beta.1",
4   "summary": "Infrastructure for Workflow-powered Swift",
5   "homepage": "https://www.github.com/square/workflow-swift",
6   "license": "Apache License, Version 2.0",
7   "authors": "Square",
8   "source": {
9     "git": "https://github.com/square/workflow-swift.git",
10     "tag": "v1.0.0-beta.1"
11   },
12   "cocoapods_version": ">= 1.7.0",
13   "swift_versions": [
14     "5.0"
15   ],
16   "platforms": {
17     "ios": "10.0",
18     "osx": "10.12"
19   },
20   "source_files": "WorkflowRxSwift/Sources/**/*.swift",
21   "dependencies": {
22     "Workflow": [
23       "1.0.0-beta.1"
24     ],
25     "RxSwift": [
26       ">= 4.4.0"
27     ],
28     "RxAtomic": [
29       ">= 4.4.0"
30     ]
31   },
32   "testspecs": [
33     {
34       "name": "Tests",
35       "test_type": "unit",
36       "source_files": "WorkflowRxSwift/Tests/**/*.swift",
37       "frameworks": "XCTest",
38       "libraries": "swiftos",
39       "dependencies": {
40         "WorkflowTesting": [
41           "1.0.0-beta.1"
42         ],
43         "WorkflowReactiveSwift": [
44           "1.0.0-beta.1"
45         ]
46       }
47     }
48   ],
49   "swift_version": "5.0"