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
:
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: 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 :star: to make this useful for others.
link |
Stars: 4 |
Last commit: 1 week ago |
Upgrade to 4.3.1
Release notes you can find here
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics