4 "summary": "A straightforward state machine.",
5 "description": " A Finite-State Machine in Objective-C.\n \n Features:\n \n * Support for Moore and Mealy-style machines\n * Actions on enter/exit state, and during transitions\n * Conditional transitions\n * Up-front machine validation\n * Configurable logging\n",
6 "homepage": "https://github.com/danhawkes/FSMachine",
7 "license": "Apache 2.0",
9 "danhawkes": "dan@arcs.co"
12 "git": "https://github.com/danhawkes/FSMachine.git",
19 "source_files": "Pod/Classes"