[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / 4 / 5 / c / RxFuture / 2.1.1 / RxFuture.podspec.json
blobf69e75b6783a68749f44f920b683dd9f06500e0c
2   "name": "RxFuture",
3   "version": "2.1.1",
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.1.1"
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   }