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.3.1
Yandex Lite Maps Mobile Swift package
⭐️ 4
🕓 1 week ago
iOS
.package(url: "https://github.com/c-villain/YandexMapsMobileLite.git", from: "4.3.1")

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.

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: 4
Last commit: 1 week ago
jonrohan Something's broken? Yell at me @ptrpavlik. Praise and feedback (and money) is also welcome.

Release Notes

4.3.1
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