blob: 3ff7e007b578dade18a8c0bae997e233d64e265e [file] [log] [blame]
{
"name": "TBStateMachine",
"version": "3.0.1",
"summary": "A lightweight implementation of a hierarchical state machine in Objective-C.",
"description": " A lightweight implementation of a hierarchical state machine in Objective-C.\n \n",
"homepage": "https://github.com/tarbrain/TBStateMachine",
"license": "MIT",
"authors": {
"Julian Krumow": "julian.krumow@tarbrain.com"
},
"source": {
"git": "https://github.com/tarbrain/TBStateMachine.git",
"tag": "3.0.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true,
"source_files": "Pod/Classes"
}