blob: 93500a0e4795f23e3f21005b1c7d2a20dc43876b [file] [log] [blame]
{
"name": "RxAutomaton",
"version": "0.2.1",
"summary": "RxSwift + State Machine, inspired by Redux and Elm.",
"homepage": "https://github.com/inamiy/RxAutomaton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yasuhiro Inami": "inamiy@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/inamiy/RxAutomaton.git",
"tag": "0.2.1"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.1"
}