[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 2 / 0 / RxConcurrency / 0.1.0 / RxConcurrency.podspec.json
blob1e17b07c46ef0e52120d1a0ea1eeb211d7d1f846
2   "name": "RxConcurrency",
3   "version": "0.1.0",
4   "summary": "A small set of extensions that allow to combine new swift concurrency with RxSwift.",
5   "description": "A small set of extensions that allow to combine new swift concurrency with RxSwift.\n\nThis package is actively under development. I appreciate any code improvements or new features.",
6   "homepage": "https://github.com/TrGiLong/RxConcurrency",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Long Tran": "trangianglong4003@gmail.com"
13   },
14   "source": {
15     "git": "git@github.com:TrGiLong/RxConcurrency.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "Sources/RxConcurrency/**/*",
22   "swift_versions": "5.5",
23   "pod_target_xcconfig": {
24     "SWIFT_OPTIMIZATION_LEVEL": "-O"
25   },
26   "dependencies": {
27     "RxSwift": [
28       "~> 6.5.0"
29     ]
30   },
31   "swift_version": "5.5"