YandexMapsMobileNaviKit

4.6.1

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

What's New

4.6.1

2024-04-25T14:14:29Z

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.

Description

  • Swift Tools 5.3.0
View More Packages from this Author

Dependencies

  • None
Last updated: Mon Apr 29 2024 04:41:28 GMT-0900 (Hawaii-Aleutian Daylight Time)