blob: 03bb922e6a7af13fb8ebccd69f4c8de1a74da38d [file] [log] [blame]
{
"name": "RxAutomaton",
"version": "0.4.0",
"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": "3.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/inamiy/RxAutomaton.git",
"tag": "0.4.0"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 5.0"
]
}
}