Contents

c-villain/YandexMapsMobileNaviKit

Yandex Maps Mobile NaviKit SDK Swift package

Requirements

  • iOS 13.0

Recommedations to use

For more details look here.

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: 13.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 :star: to make this useful for others.

Package Metadata

Repository: c-villain/YandexMapsMobileNaviKit

Homepage: https://t.me/swiftui_dev

Stars: 3

Forks: 0

Open issues: 0

Default branch: main

Primary language: swift

Topics: swift, swiftpm, yandexmaps

README: README.md