blob: 7518062cc4442f69cd78c5d7146948d2b8205d26 [file] [log] [blame]
{
"name": "VNStateMachine",
"version": "0.1.4",
"summary": "An Object-based State Machine for Objective-C.",
"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.",
"homepage": "https://github.com/netmaid/VNStateMachine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Chungmin Ahn",
"source": {
"git": "https://github.com/netmaid/VNStateMachine.git",
"tag": "v0.1.4"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "VNStateMachine/**/*.{h,m,mm}",
"public_header_files": "VNStateMachine/**/*.h"
}