blob: 659dd2dae5c0f02353099bb44c47a3ac34c8496e [file] [log] [blame]
{
"name": "EFStateMachine",
"version": "0.1.5",
"summary": "A Simple State Machine in Swift.",
"description": "A Simple State Machine in Swift\n\nHighlights of this state machine:\n\n* uses enums for states and actions\n* uses blocks to run actions and change state\n* runs callback handles on state changes\n* tracks state history\n* creates flow diagram for visual inspection",
"homepage": "https://github.com/Egeniq/EFStateMachine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Johan Kool": "johan@koolistov.net"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/Egeniq/EFStateMachine.git",
"tag": "v0.1.5"
},
"source_files": "StateMachine/*.swift",
"requires_arc": true
}