Upgrade to 4.3.1
Binary Framework as Swift Package with Yandex mobile maps lite version.
Yandex mobile maps full version you can find here.
To integrate YandexMapsMobileLite into your project using SwiftPM do this 👇🏻
https://github.com/c-villain/YandexMapsMobileLite.git
or add the following code to your Package.swift:
Package.swift
dependencies: [ .package(url: "https://github.com/c-villain/YandexMapsMobileLite", from: "4.2.2"), ],
or via XcodeGen insert into your project.yml:
project.yml
name: YourProjectName options: deploymentTarget: iOS: 12.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.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
YandexMapsMobileLite
Binary Framework as Swift Package with Yandex mobile maps lite version.
Yandex mobile maps full version you can find here.
Requirements
Swift Package Manager
To integrate YandexMapsMobileLite into your project using SwiftPM do this 👇🏻
https://github.com/c-villain/YandexMapsMobileLite.git
or add the following code to your
Package.swift
:or via XcodeGen insert into your
project.yml
:Communication
👨🏻💻 Feel free to subscribe to channel SwiftUI dev in telegram.
If you like this repository, please do
to make this useful for others.