[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 6 / 7 / 8 / RxAutomaton / 0.4.0 / RxAutomaton.podspec.json
blob03bb922e6a7af13fb8ebccd69f4c8de1a74da38d
2   "name": "RxAutomaton",
3   "version": "0.4.0",
4   "summary": "RxSwift + State Machine, inspired by Redux and Elm.",
5   "homepage": "https://github.com/inamiy/RxAutomaton",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Yasuhiro Inami": "inamiy@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0",
15     "osx": "10.10",
16     "watchos": "3.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/inamiy/RxAutomaton.git",
21     "tag": "0.4.0"
22   },
23   "source_files": "Sources/**/*.swift",
24   "dependencies": {
25     "RxSwift": [
26       "~> 5.0"
27     ]
28   }