Swiftpack.co - evolv-ai/ios-sdk as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by evolv-ai.
evolv-ai/ios-sdk 1.1.0
An SDK for allowing use of Evolv in native iOS applications
⭐️ 0
🕓 1 year ago
iOS macOS
.package(url: "https://github.com/evolv-ai/ios-sdk.git", from: "1.1.0")

EvolvSwiftSDK

This SDK is designed to be integrated into projects to allow for optimizing with Evolv.

Installation

CocoaPods

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

pod 'EvolvSwiftSDK'

Swift Package Manager

The Swift Package Manager is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.

dependencies: [
    .package(url: "https://github.com/evolv-ai/ios-sdk.git", .upToNextMajor(from: "1.0.1"))
]

Run example app

Clone the repository.

$ git clone https://github.com/evolv-ai/ios-sdk.git

Open EvolvSwiftSDK.xcworkspace, choose EvolvAppExample target and hit Run.

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