blob: 6bc48967c5f0c50613393fe91dc7964efdf045f6 [file] [log] [blame]
{
"name": "TBStateMachine",
"version": "5.8.1",
"summary": "A lightweight hierarchical state machine framework in Objective-C.",
"description": "Supports all common features of a UML state machine like:\n\n- nested states\n- orthogonal regions\n- pseudo states\n- transitions with guards and actions\n- state switching using least common ancestor algorithm and run-to-completion model",
"homepage": "https://github.com/tarbrain/TBStateMachine",
"license": "MIT",
"authors": {
"Julian Krumow": "julian.krumow@tarbrain.com"
},
"platforms": {
"ios": "5.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.7"
},
"requires_arc": true,
"source": {
"git": "https://github.com/tarbrain/TBStateMachine.git",
"tag": "5.8.1"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Core"
},
{
"name": "DebugSupport",
"source_files": "Pod/DebugSupport",
"dependencies": {
"TBStateMachine/Core": [
]
}
}
]
}