Swiftpack.co - c-villain/YandexMapsMobileLite as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by c-villain.
c-villain/YandexMapsMobileLite 4.5.2
Yandex Lite Maps Mobile Swift package
⭐️ 6
🕓 1 week ago
iOS
.package(url: "https://github.com/c-villain/YandexMapsMobileLite.git", from: "4.5.2")

YandexMapsMobileLite

Latest release

contact: @lexkraev Telegram Group

Binary Framework as Swift Package with Yandex mobile maps lite version.

Yandex mobile maps full version you can find here.

Yandex mobile maps NaviKit SDK version you can find here.

Requirements

  • iOS 12.0

Swift Package Manager

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: 12.0
packages:
  YandexMapsMobile:
    url: https://github.com/c-villain/YandexMapsMobileLite
    from: 4.2.2
targets:
  YourTarget:
    type: application
    ...
    dependencies:
       - package: YandexMapsMobile

Communication

👨🏻‍💻 Feel free to subscribe to channel SwiftUI dev in telegram.

If you like this repository, please do :star: to make this useful for others.

GitHub

link
Stars: 6
Last commit: 1 week ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

4.5.2
1 week ago

This is the 4.5.1 version official Yandex release with some fixes: #1

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics