[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 4 / 2 / a / WorkflowRxSwift / 3.11.0 / WorkflowRxSwift.podspec.json
blob6707c2ff472c5c2826c70eca8d9c0ccdb09ca0f2
2   "name": "WorkflowRxSwift",
3   "version": "3.11.0",
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": "v3.11.0"
11   },
12   "cocoapods_version": ">= 1.7.0",
13   "swift_versions": [
14     "5.7"
15   ],
16   "platforms": {
17     "ios": "15.0",
18     "osx": "10.15"
19   },
20   "source_files": "WorkflowRxSwift/Sources/**/*.swift",
21   "dependencies": {
22     "Workflow": [
23       "3.11.0"
24     ],
25     "RxSwift": [
26       "~> 6.6"
27     ]
28   },
29   "pod_target_xcconfig": {
30     "APPLICATION_EXTENSION_API_ONLY": "YES"
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           "3.11.0"
42         ],
43         "WorkflowReactiveSwift": [
44           "3.11.0"
45         ]
46       },
47       "pod_target_xcconfig": {
48         "APPLICATION_EXTENSION_API_ONLY": "NO"
49       }
50     }
51   ],
52   "swift_version": "5.7"