blob: 2b2c9d33fdd6e1a197751425c87c871cc3363a41 [file] [log] [blame]
{
"name": "FiniteStateMachineModule",
"version": "0.1.2",
"summary": "A Non-Deterministic Mealy Finite-State Machine (Mathematical Model).",
"description": "A Non-Deterministic Mealy Finite-State Machine (Mathematical Model). It can be integrated into a variety of technologies ranging from simple state representation requirements to complex application flow management.",
"homepage": "https://github.com/oscarafuentes/FiniteStateMachineModule.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oscar A. Fuentes": "oscar@tinkr2.com"
},
"source": {
"git": "https://github.com/oscarafuentes/FiniteStateMachineModule.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "FiniteStateMachineModule/Classes/**/*",
"dependencies": {
"ObservationModule": [
"~> 0.1"
]
}
}