blob: 68b398ebb6f020197b9ca9707941bb8aae77845b [file] [log] [blame]
{
"name": "EFStateMachine",
"version": "0.2.0",
"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.2.0"
},
"source_files": "StateMachine/*.swift",
"requires_arc": true
}