Swiftpack.co - Naurt-Ltd-Public/Naurt.swift as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by Naurt-Ltd-Public.
Naurt-Ltd-Public/Naurt.swift 0.4.0-alpha.1
Naurt's official iOS SDK
⭐️ 0
🕓 1 week ago
iOS
.package(url: "https://github.com/Naurt-Ltd-Public/Naurt.swift.git", from: "0.4.0-alpha.1")

Naurt.swift

Introduction

Naurt is an SDK that allows for improved location data on mobile devices.

Looking for the Android version?

Need an access key? Contact the sales team

Getting started

Since NaurtSDK is closed source, it is distributed through a .xcframework.

NaurtSDK only works on iOS, minimum version 15.

App

If you are developing an app in XCode, the easiest way to add NaurtSDK to the project is by dragging NaurtSDK.framework into the "frameworks, libraries and embedded content" of the app settings

SPM

Add Naurt to your Swift project by adding

dependencies: [
    .package(url: "https://github.com/Naurt-Ltd-Public/Naurt.swift.git", from("0.0.2")),
]

Cocoapod

Add

pod "Naurt.swift", "~> 0.0.1"

To your pod file.

You will still need to manually add the dependency swift-collections to your project, since there is no Pod for that dependency yet

Carthage

Coming soon

Usage

Import NaurtSDK with

import NaurtSDK

Create a Naurt object with

let naurt = Naurt(apiKey: <YOUR API KEY HERE>)

To use Naurt, it is reccomended to use a delegate, ensure it conforms to the NaurtDelegate protocal.

Documentation

Full docs can be found here

Development

Coming soon

GitHub

link
Stars: 0
Last commit: 1 week ago
jonrohan Something's broken? Yell at me @ptrpavlik. Praise and feedback (and money) is also welcome.

Dependencies

Release Notes

POI Preview Alpha 1
1 week ago

An alpha preview of the upcoming automated POI feature. This version will now automatically create POIs when the user parks a vehicle

Known issues

  • Filter quality may be degraded
  • Battery consumption may be larger than previous versions
  • POIs may occasionally produce false positives

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