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