Skip to content

c-villain/YandexMapsMobileNaviKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

YandexMapsMobileNaviKit

Latest release

contact: @lexkraev Telegram Group

Binary Framework as Swift Package with Yandex mobile maps (NaviKit SDK).

Yandex Documentation.

Full version you can find here.

Lite version you can find here.

Requirements

  • iOS 12.0

Swift Package Manager

To integrate YandexMapsMobile into your project using SwiftPM do this 👇🏻

  • File > Swift Packages > Add Package Dependency
  • Add https://github.com/c-villain/YandexMapsMobileNaviKit.git
  • Select "Up to Next Major" with "4.5.0"

or add the following code to your Package.swift:

dependencies: [
    .package(url: "https://github.com/c-villain/YandexMapsMobileNaviKit", from: "4.5.0"),
],

or via XcodeGen insert into your project.yml:

name: YourProjectName
options:
  deploymentTarget:
    iOS: 12.0
packages:
  NaviKit:
    url: https://github.com/c-villain/YandexMapsMobileNaviKit
    from: 4.5.0
targets:
  YourTarget:
    type: application
    ...
    dependencies:
       - package: NaviKit

Communication

👨🏻‍💻 Feel free to subscribe to channel SwiftUI dev in telegram.

If you like this repository, please do ⭐ to make this useful for others.

About

Yandex Maps Mobile NaviKit SDK Swift package

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages