| { |
| "name": "Karte", |
| "version": "0.1.0", |
| "summary": "Conveniently launch directions in other iOS map apps", |
| "description": "Small library for opening a location or route in other popular iOS apps.", |
| "homepage": "https://github.com/kiliankoe/Karte", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Kilian Koeltzsch": "me@kilian.io" |
| }, |
| "social_media_url": "https://twitter.com/kiliankoe", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/kiliankoe/Karte.git", |
| "tag": "0.1.0" |
| }, |
| "source_files": "Sources/**/*", |
| "frameworks": "Foundation", |
| "pushed_with_swift_version": "3.0" |
| } |