[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 4 / 9 / 2 / EFStateMachine / 0.2.0 / EFStateMachine.podspec.json
blob68b398ebb6f020197b9ca9707941bb8aae77845b
2   "name": "EFStateMachine",
3   "version": "0.2.0",
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.2.0"
21   },
22   "source_files": "StateMachine/*.swift",
23   "requires_arc": true