| { |
| "name": "Routes", |
| "version": "0.0.1", |
| "summary": "pure-Swift based URL routing for iOS", |
| "homepage": "https://github.com/min/Routes", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Min Kim": "minho.kim@gmail.com" |
| }, |
| "social_media_url": "https://twitter.com/meenster", |
| "platforms": { |
| "ios": "9.0", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "swift_version": "4.2", |
| "source": { |
| "git": "https://github.com/min/Routes.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "Routes/**/*.swift", |
| "requires_arc": true, |
| "module_name": "Routes" |
| } |