[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / 0 / 7 / f / RxAsyncAwait / 0.1.1 / RxAsyncAwait.podspec.json
blob9136e56456f6e80c6102c484ba6e0e301bd5934c
2   "name": "RxAsyncAwait",
3   "version": "0.1.1",
4   "summary": "RxSwift extensions for using asynchronous functions on streams.",
5   "homepage": "https://github.com/byoth/RxAsyncAwait",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "byoth": "taehyunjo97@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/byoth/RxAsyncAwait.git",
15     "tag": "0.1.1"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "Sources/**/*",
22   "frameworks": "Foundation",
23   "dependencies": {
24     "RxSwift": [
25       "~> 6.0"
26     ]
27   },
28   "swift_version": "5.0"