blob: ae5c3382c1d9a96aa508ebfb07f3a2dccd982b59 [file] [log] [blame]
{
"name": "TBStateMachine",
"version": "6.10.0",
"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/jkrumow/TBStateMachine",
"license": "MIT",
"authors": {
"Julian Krumow": "julian.krumow@bogusmachine.com"
},
"platforms": {
"ios": "6.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.8"
},
"requires_arc": true,
"source": {
"git": "https://github.com/jkrumow/TBStateMachine.git",
"tag": "6.10.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Core"
},
{
"name": "Builder",
"source_files": "Pod/Builder",
"resource_bundles": {
"TBStateMachineBuilder": "Pod/Builder/Schema/*.json"
},
"dependencies": {
"TBStateMachine/Core": [
]
}
},
{
"name": "DebugSupport",
"source_files": "Pod/DebugSupport",
"dependencies": {
"TBStateMachine/Core": [
]
}
}
]
}