Binary Framework as Swift Package with Yandex mobile maps lite version.
Release notes you can find here
Yandex mobile maps full version you can find here.
Yandex mobile maps NaviKit SDK version you can find here.
- iOS 13.0
For more details look here.
To integrate YandexMapsMobileLite into your project using SwiftPM do this 👇🏻
- File > Swift Packages > Add Package Dependency
- Add
https://github.com/c-villain/YandexMapsMobileLite.git
- Select "Up to Next Major" with "4.2.2"
or add the following code to your Package.swift
:
dependencies: [
.package(url: "https://github.com/c-villain/YandexMapsMobileLite", from: "4.2.2"),
],
or via XcodeGen insert into your project.yml
:
name: YourProjectName
options:
deploymentTarget:
iOS: 13.0
packages:
YandexMapsMobile:
url: https://github.com/c-villain/YandexMapsMobileLite
from: 4.2.2
targets:
YourTarget:
type: application
...
dependencies:
- package: YandexMapsMobile
👨🏻💻 Feel free to subscribe to channel SwiftUI dev in telegram.
If you like this repository, please do ⭐ to make this useful for others.