4 "summary": "A lightweight Objective-C state machine framework",
5 "description": "Conche is a lightweight framework for implementing state machines in Objective-C. It is designed with the following goals in mind:\n\n- High scalability via non-blocking design.\n- Precise control of the state machine class via its `resume`, `suspend`, and `invalidate` methods.\n- Flexibility through subclassing.\n",
7 "Dan Stenmark": "daniel.j.stenmark@gmail.com"
12 "homepage": "https://github.com/djs-code/Conche",
18 "git": "https://github.com/djs-code/Conche.git",
21 "source_files": "Conche/*.{h,m}",