blob: 908a1dba6eed51f05094e194dde0120878995b1c [file] [log] [blame]
{
"name": "VNStateMachine",
"version": "0.1.6",
"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.6"
},
"platforms": {
"ios": "6.0"
},
"source_files": "VNStateMachine/**/*.{h,m,mm}",
"public_header_files": "VNStateMachine/**/*.h",
"requires_arc": true,
"libraries": "stdc++.6"
}