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