blob: 7fc9dcda0fc9c7d3cc83065a89b894d8c9be2318 [file] [log] [blame]
{
"name": "TBStateMachine",
"version": "5.4.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": "5.4.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Core"
},
{
"name": "DebugSupport",
"source_files": "Pod/DebugSupport",
"dependencies": {
"TBStateMachine/Core": [
]
}
}
]
}