| { |
| "name": "ArtRouter", |
| "version": "0.1.5", |
| "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.5" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_version": "4", |
| "source_files": "ArtRouter/Classes/**/*", |
| "dependencies": { |
| "Swinject": [ |
| |
| ] |
| } |
| } |