blob: 4cf248732136047c00d09e85608df4e26e925673 [file] [log] [blame]
{
"name": "ArtRouter",
"version": "0.1.4",
"summary": "ArtRouter is Router for Viper Architecture with Dependency Injection (Swinject)",
"description": "ArtRouter is Router for Viper Architecture with Dependency Injection (Swinject) | Swift 4 & XCode 9",
"homepage": "https://github.com/arimunandar/ArtRouter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"arimunandar": "arimunandar.dev@gmail.com"
},
"source": {
"git": "https://github.com/arimunandar/ArtRouter.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4",
"source_files": "ArtRouter/Classes/**/*",
"dependencies": {
"Swinject": [
]
}
}