blob: f5c4aa3e9ebdd5dd4e73df887fb963a05b566384 [file] [log] [blame]
{
"name": "Conche",
"version": "1.0.2",
"summary": "A lightweight Objective-C state machine framework",
"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",
"authors": {
"Dan Stenmark": "daniel.j.stenmark@gmail.com"
},
"license": {
"type": "MIT"
},
"homepage": "https://github.com/djs-code/Conche",
"platforms": {
"ios": "4.0",
"osx": "10.6"
},
"source": {
"git": "https://github.com/djs-code/Conche.git",
"tag": "1.0.2"
},
"source_files": "Conche/*.{h,m}",
"requires_arc": true
}