2 "name": "DLStateMachine",
4 "summary": "A lightweight hierarchical state machine framework in Objective-C.",
5 "description": "Supports all common features of a UML state machine like:\n\n- nested states\n- orthogonal regions\n- pseudo states\n- transitions with guards and actions\n- state switching using least common ancestor algorithm and run-to-completion model",
6 "homepage": "https://github.com/daluethi/DLStateMachine",
8 "authors": "Daniel Luethi",
9 "social_media_url": "http://twitter.com/daluethi",
18 "git": "https://github.com/daluethi/DLStateMachine.git",
21 "default_subspecs": "Core",
25 "source_files": "Pod/Core"
28 "name": "DebugSupport",
29 "source_files": "Pod/DebugSupport",
31 "DLStateMachine/Core": [