blob: 410aa298d614bd9c2fba3a4260481b4f3e4bbfe2 [file] [log] [blame]
{
"name": "DDStateMachine",
"version": "1.0.0",
"summary": "Loosely based interpretation of the old and well-known state machine.",
"homepage": "https://github.com/DeadDogDeus/DDStateMachine",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "DDStateMachine",
"platforms": {
"ios": "10.3"
},
"source": {
"git": "https://github.com/DeadDogDeus/DDStateMachine.git",
"tag": "1.0.0"
},
"source_files": [
"DDStateMachine/*.{swift,h}",
"DDStateMachine/**/*.{swift}"
],
"module_name": "DDStateMachine",
"dependencies": {
"ReactiveSwift": [
"~> 3.1"
],
"Result": [
"~> 3.2"
]
}
}