[Add] TensorFlowLiteC 0.0.1-nightly.20241230
[CocoaPods.git] / Specs / 0 / 7 / f / RxAsyncAwait / 0.1.0 / RxAsyncAwait.podspec.json
blob43647e73438f9b2dd3e852248cf2377f17a9b118
2   "name": "RxAsyncAwait",
3   "version": "0.1.0",
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     "Taehyun": "taehyunjo97@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/byoth/RxAsyncAwait.git",
15     "tag": "0.1.0"
16   },
17   "source_files": "Sources/**/*.swift",
18   "frameworks": "Foundation",
19   "swift_versions": "5.0",
20   "dependencies": {
21     "RxSwift": [
22       "~> 6.0"
23     ]
24   },
25   "platforms": {
26     "ios": "13.0",
27     "osx": "10.15",
28     "tvos": "13.0",
29     "watchos": "6.0"
30   },
31   "swift_version": "5.0"