blob: c19f50b721cd7f59090e617edb46acf9fb95a376 [file] [log] [blame]
{
"name": "VNStateMachine",
"version": "0.1.1-beta2",
"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.1-beta2"
},
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"source_files": "VNStateMachine/**/*.{h,m,mm}",
"public_header_files": "VNStateMachine/**/*.h"
}