YandexMapsMobileNaviKit

4.23.0

Yandex Maps Mobile NaviKit SDK Swift package
c-villain/YandexMapsMobileNaviKit

What's New

4.23.0

2025-10-02T21:00:27Z

YandexMapsMobileNaviKit

Latest release

contact: @lexkraev Telegram Group

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

Yandex Documentation.

Release notes

Full version you can find here.

Lite version you can find here.

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 ⭐ to make this useful for others.

Description

  • Swift Tools 5.3.0
View More Packages from this Author

Dependencies

  • None
Last updated: Mon Oct 27 2025 23:06:03 GMT-0900 (Hawaii-Aleutian Daylight Time)