目录
目录README.md

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 to make this useful for others.

关于
42.0 KB
邀请码