blob: f0143002e59b874e19c62a26ea2472045971f7f5 [file] [log] [blame]
{
"name": "RouterStateMachine",
"version": "0.2.0",
"summary": "A short description of RouterStateMachine.",
"description": "The class that represents StateMachine patternt for Routers objects that are used in the concept of\nUseCases/Viper/Clean Architechture",
"homepage": "https://github.com/aldo-dev/RouterStateMachine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ALDO Inc.": "aldodev@aldogroup.com"
},
"source": {
"git": "https://github.com/aldo-dev/RouterStateMachine.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2",
"source_files": "RouterStateMachine/Classes/**/*",
"dependencies": {
"SwiftyCollection": [
]
}
}