blob: 194f8bcb4304d00390deb4d089ecceba35a6cee0 [file] [log] [blame]
{
"name": "MapLauncher",
"version": "0.1.0",
"summary": "Swift library that helps to build a route with external navigation apps",
"description": "Swift library that helps to build a route with external navigation apps. For now, supporting: Apple Maps, Google Maps, Waze and Yandex.",
"homepage": "https://github.com/cropio/MapLauncher",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitriy Romanov": "dimkahr@gmail.com"
},
"source": {
"git": "https://github.com/cropio/MapLauncher.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.0",
"source_files": "MapLauncher/Classes/*",
"frameworks": [
"UIKit",
"CoreLocation"
],
"swift_version": "4.0"
}