blob: 3ce92856c1a4c5223295ffcd9fbea04d5d94cb68 [file] [log] [blame]
{
"name": "TBStateMachine",
"version": "1.0.0",
"summary": "A lightweight implementation of a hierarchical finite state machine in Objective-C.",
"description": " A lightweight implementation of a hierarchical finite 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": "1.0.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true,
"source_files": "Pod/Classes"
}