| { |
| "name": "KatanaRouter", |
| "version": "0.4", |
| "summary": "App Routing for Katana", |
| "description": "Declarative and type-safe routing for Katana.", |
| "homepage": "https://github.com/michalciurus/KatanaRouter", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "Michal Ciurus": "michael.ciurus@gmail.com" |
| }, |
| "social_media_url": "https://twitter.com/MichaelCiurus", |
| "source": { |
| "git": "https://github.com/michalciurus/KatanaRouter.git", |
| "tag": "0.4" |
| }, |
| "platforms": { |
| "ios": "8.3", |
| "osx": "10.10" |
| }, |
| "requires_arc": true, |
| "source_files": "KatanaRouter/**/*.swift", |
| "dependencies": { |
| "Katana": [ |
| "~> 0.6.1" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |