Swiftpack.co - stleamist/NMapsMap-SwiftPM as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by stleamist.
stleamist/NMapsMap-SwiftPM v3.11.0
SwiftPM을 지원하는 iOS용 네이버 지도 SDK의 비공식 미러 저장소
⭐️ 9
🕓 3 years ago
iOS
.package(url: "https://github.com/stleamist/NMapsMap-SwiftPM.git", from: "v3.11.0")

version Swift: 5.3+ Xcode: 12.2+ iOS: 9.0+
Fetch releases Create releases Delete releases
SwiftPM: compatible contact: @stleamist

NMapsMap-SwiftPM

Installation

Swift Package Manager

Add the following line to the dependencies in your Package.swift file:

.package(name: "NMapsMap", url: "https://github.com/stleamist/NMapsMap-SwiftPM.git", .upToNextMajor(from: "3.10.0"))

Next, add NMapsMap as a dependency for your targets:

.target(name: "MyTarget", dependencies: ["NMapsMap"])

Your completed description may look like this:

// swift-tools-version:5.3

import PackageDescription

let package = Package(
    name: "MyPackage",
    dependencies: [
        .package(name: "NMapsMap", url: "https://github.com/stleamist/NMapsMap-SwiftPM.git", .upToNextMajor(from: "3.10.0"))
    ],
    targets: [
        .target(name: "MyTarget", dependencies: ["NMapsMap"])
    ]
)

Xcode

Select File > Swift Packages > Add Package Dependency, then enter the following URL:

https://github.com/stleamist/NMapsMap-SwiftPM.git

For more details, see Adding Package Dependencies to Your App.

GitHub

link
Stars: 9
Last commit: 3 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

3 years ago

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