[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 1 / 6 / DLStateMachine / 0.9.0 / DLStateMachine.podspec.json
blob0a04500aab1761fb02bc446de0d84a013b6d3ddf
2   "name": "DLStateMachine",
3   "version": "0.9.0",
4   "summary": "A lightweight hierarchical state machine framework in Objective-C.",
5   "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",
6   "homepage": "https://github.com/daluethi/DLStateMachine",
7   "license": "MIT",
8   "authors": "Daniel Luethi",
9   "social_media_url": "http://twitter.com/daluethi",
10   "platforms": {
11     "ios": "6.0",
12     "watchos": "2.0",
13     "tvos": "9.0",
14     "osx": "10.8"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/daluethi/DLStateMachine.git",
19     "tag": "0.9.0"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Pod/Core"
26     },
27     {
28       "name": "DebugSupport",
29       "source_files": "Pod/DebugSupport",
30       "dependencies": {
31         "DLStateMachine/Core": [
33         ]
34       }
35     }
36   ]