[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 9 / 2 / EFStateMachine / 0.1.5 / EFStateMachine.podspec.json
blob659dd2dae5c0f02353099bb44c47a3ac34c8496e
2   "name": "EFStateMachine",
3   "version": "0.1.5",
4   "summary": "A Simple State Machine in Swift.",
5   "description": "A Simple State Machine in Swift\n\nHighlights of this state machine:\n\n* uses enums for states and actions\n* uses blocks to run actions and change state\n* runs callback handles on state changes\n* tracks state history\n* creates flow diagram for visual inspection",
6   "homepage": "https://github.com/Egeniq/EFStateMachine",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Johan Kool": "johan@koolistov.net"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9"
17   },
18   "source": {
19     "git": "https://github.com/Egeniq/EFStateMachine.git",
20     "tag": "v0.1.5"
21   },
22   "source_files": "StateMachine/*.swift",
23   "requires_arc": true