Swiftpack.co - nevissecurity/nevis-mobile-authentication-sdk-ios-package as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by nevissecurity.
nevissecurity/nevis-mobile-authentication-sdk-ios-package 3.6.6
Nevis Mobile Authentication Client for iOS
⭐️ 1
🕓 1 week ago
.package(url: "https://github.com/nevissecurity/nevis-mobile-authentication-sdk-ios-package.git", from: "3.6.6")

Nevis Logo

Nevis Mobile Authentication Client SDK

The Nevis Mobile Authentication Client SDK is a software development kit to develop native mobile applications, that are capable of carrying out FIDO UAF 1.1-based authentication in combination with a Nevis Mobile Authentication backend. The Nevis Mobile Authentication Client SDK is part of the Nevis Mobile Authentication solution, and it is designed to offer maximum flexibility. You can embed the Nevis Mobile Authentication Client SDK into existing native iOS and Android mobile applications to enhance them with Nevis Mobile Authentication capabilities, or use the SDK in a new mobile application written from scratch.

Communication

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate Nevis Mobile Authentication Client SDK into your Xcode project using CocoaPods, specify it in your Podfile:

pod 'NevisMobileAuthentication', :configurations => ['Release']
pod 'NevisMobileAuthentication-Debug', :configurations => ['Debug']

Swift Package Manager

The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler.

If you have your Swift package set up, adding Nevis Mobile Authentication Client SDK as a dependency is as easy as adding it to the dependencies value of your Package.swift:

dependencies: [
	.package(url: "https://github.com/nevissecurity/nevis-mobile-authentication-sdk-ios-package.git", .upToNextMajor(from: "3.6.6"))
]

Or you can follow Apple's instructions about adding package dependencies to your app.

NOTE
Currently only the release flavour is released as SPM package.

License

Nevis Mobile Authentication Client SDK is release under a commercial license. See LICENSE for details.

© 2023 made with ❤ by Nevis

GitHub

link
Stars: 1
Last commit: 1 week ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

3.6.6
1 week ago

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