blob: 998b22c497c6f92f51b72ac65a1cefd0eaba52fa [file] [log] [blame]
{
"name": "FSMachine",
"version": "1.0.0",
"summary": "A straightforward state machine.",
"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",
"homepage": "https://github.com/danhawkes/FSMachine",
"license": "Apache 2.0",
"authors": {
"danhawkes": "dan@arcs.co"
},
"source": {
"git": "https://github.com/danhawkes/FSMachine.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes"
}