2 "name": "VNStateMachine",
4 "summary": "An Object-based State Machine for Objective-C.",
5 "description": "The object-based state is usable for complicated state machine,\n moreover message dispatcher is important to make simple state\n management in state machine.",
6 "homepage": "https://github.com/netmaid/VNStateMachine",
11 "authors": "Chungmin Ahn",
13 "git": "https://github.com/netmaid/VNStateMachine.git",
20 "source_files": "VNStateMachine/**/*.{h,m}",
23 "VNStateMachine/**/*.png"
26 "public_header_files": "VNStateMachine/**/*.h"