[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / 2 / a / WorkflowRxSwift / 1.0.2 / WorkflowRxSwift.podspec.json
blob48e0f5ef60d225274e5d7c3f1a89793fde70c21d
2   "name": "WorkflowRxSwift",
3   "version": "1.0.2",
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.2"
11   },
12   "cocoapods_version": ">= 1.7.0",
13   "swift_versions": [
14     "5.0"
15   ],
16   "platforms": {
17     "ios": "11.0",
18     "osx": "10.13"
19   },
20   "source_files": "WorkflowRxSwift/Sources/**/*.swift",
21   "dependencies": {
22     "Workflow": [
23       "1.0.2"
24     ],
25     "RxSwift": [
26       "~> 6.2"
27     ]
28   },
29   "testspecs": [
30     {
31       "name": "Tests",
32       "test_type": "unit",
33       "source_files": "WorkflowRxSwift/Tests/**/*.swift",
34       "frameworks": "XCTest",
35       "libraries": "swiftos",
36       "dependencies": {
37         "WorkflowTesting": [
38           "1.0.2"
39         ],
40         "WorkflowReactiveSwift": [
41           "1.0.2"
42         ]
43       }
44     }
45   ],
46   "swift_version": "5.0"