blob: 4334df4c9b3e242f56cd16ea12f2bb5f409fd2ef [file] [log] [blame]
{
"name": "ReactiveAutomaton",
"version": "0.5.0",
"summary": "ReactiveCocoa + State Machine, inspired by Redux and Elm.",
"homepage": "https://github.com/inamiy/ReactiveAutomaton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yasuhiro Inami": "inamiy@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/inamiy/ReactiveAutomaton.git",
"tag": "0.5.0"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"ReactiveSwift": [
"~> 6.0"
]
}
}