[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 5 / c / RxFuture / 2.0.0 / RxFuture.podspec.json
blobef34dd00a829ec6e045bff505b5394d98deb7e14
2   "name": "RxFuture",
3   "version": "2.0.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": "2.0.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "tvos": "9.0",
20     "watchos": "3.0"
21   },
22   "source_files": "RxFuture/*.swift",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "RxSwift": [
26       "~> 5"
27     ]
28   }