4 "summary": "An Objective-C Finite-state machine.",
5 "description": " STWorkflow allows to write finite-state machine in Objective-C.\n It handles simple conditions (two exites) and multiple conditions (n exits).\n It allows to execute synchronous or asynchronous actions.\n",
6 "homepage": "https://github.com/iSofTom/STWorkflow",
9 "iSofTom": "thomas@isoftom.com"
12 "git": "https://github.com/iSofTom/STWorkflow.git",
18 "source_files": "STWorkflow/*.{h,m}",
19 "public_header_files": [
20 "STWorkflow/STWorkflow.h",
21 "STWorkflow/STState.h",
22 "STWorkflow/STStateAsyncAction.h",
23 "STWorkflow/STStateSyncAction.h",
24 "STWorkflow/STStateSimpleCondition.h",
25 "STWorkflow/STStateMultipleCondition.h",
26 "STWorkflow/STWorkflow+Debug.h"
28 "frameworks": "Foundation",