[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 4 / 5 / c / RxFuture / 5.1.0 / RxFuture.podspec.json
blob81ce4afc66d169df407a605a8cc14c5e49b0aba6
2   "name": "RxFuture",
3   "version": "5.1.0",
4   "summary": "A library to provide Future/Promise pattern API that is backed by RxSwift.",
5   "description": "This is a library to provide Future/Promise pattern API that is backed by RxSwift.",
6   "homepage": "https://github.com/muukii/RxFuture",
7   "license": "MIT",
8   "authors": {
9     "Muukii": "muukii.app@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/muukii/RxFuture.git",
13     "tag": "5.1.0"
14   },
15   "requires_arc": true,
16   "swift_versions": "5.3",
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.9",
20     "watchos": "3.0",
21     "tvos": "9.0"
22   },
23   "source_files": "RxFuture/*.swift",
24   "frameworks": "Foundation",
25   "dependencies": {
26     "RxSwift": [
27       "~> 6"
28     ]
29   },
30   "swift_version": "5.3"