2 "name": "EFStateMachine",
4 "summary": "A Simple State Machine in Swift.",
5 "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",
6 "homepage": "https://github.com/Egeniq/EFStateMachine",
12 "Johan Kool": "johan@koolistov.net"
19 "git": "https://github.com/Egeniq/EFStateMachine.git",
22 "source_files": "StateMachine/*.swift",