Skip to content

SwiftPM을 지원하는 iOS용 네이버 지도 SDK의 비공식 미러 저장소

Notifications You must be signed in to change notification settings

stleamist/NMapsMap-SwiftPM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

SwiftPM을 지원하는 iOS용 네이버 지도 SDK의 비공식 미러 저장소

Resources

Stars

Watchers

Forks

Languages