[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 0 / 2 / b / FluxSwift / 0.1.2 / FluxSwift.podspec.json
blobe99df902417945cf67a33ed8d1615720ccbee504
2   "name": "FluxSwift",
3   "version": "0.1.2",
4   "summary": "Flux on Swift",
5   "description": "FluxSwift is a completly typesafe Flux implementation using RxSwift.",
6   "homepage": "https://github.com/malt03/FluxSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "malt03": "malt.koji@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/malt03/FluxSwift.git",
16     "tag": "0.1.2"
17   },
18   "swift_versions": "5.1.3",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "10.0",
23     "watchos": "4.0"
24   },
25   "dependencies": {
26     "RxSwift": [
27       "~> 5.0.1"
28     ],
29     "RxRelay": [
30       "~> 5.0.1"
31     ]
32   },
33   "source_files": "Sources/**/*.swift",
34   "swift_version": "5.1.3"