Contents

c-villain/YandexMapsMobileLite

Yandex Lite Maps Mobile Swift package

Requirements

  • iOS 13.0

Recommedations to use

For more details look here.

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: 13.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.

Package Metadata

Repository: c-villain/YandexMapsMobileLite

Homepage: https://t.me/swiftui_dev

Stars: 14

Forks: 1

Open issues: 1

Default branch: main

Primary language: swift

Topics: ios, swiftpm, yandex, yandex-maps, yandexmapkit

README: README.md

Archived: yes