Binary Framework as Swift Package with Yandex mobile maps (NaviKit SDK).
Full version you can find here.
Lite version you can find here.
- iOS 12.0
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
👨🏻💻 Feel free to subscribe to channel SwiftUI dev in telegram.
If you like this repository, please do ⭐ to make this useful for others.