[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / f / 5 / DDStateMachine / 1.0.0 / DDStateMachine.podspec.json
blob410aa298d614bd9c2fba3a4260481b4f3e4bbfe2
2   "name": "DDStateMachine",
3   "version": "1.0.0",
4   "summary": "Loosely based interpretation of the old and well-known state machine.",
5   "homepage": "https://github.com/DeadDogDeus/DDStateMachine",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": "DDStateMachine",
11   "platforms": {
12     "ios": "10.3"
13   },
14   "source": {
15     "git": "https://github.com/DeadDogDeus/DDStateMachine.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "DDStateMachine/*.{swift,h}",
20     "DDStateMachine/**/*.{swift}"
21   ],
22   "module_name": "DDStateMachine",
23   "dependencies": {
24     "ReactiveSwift": [
25       "~> 3.1"
26     ],
27     "Result": [
28       "~> 3.2"
29     ]
30   }