Skip to content

An SDK for allowing use of Evolv in native iOS applications

License

Notifications You must be signed in to change notification settings

evolv-ai/ios-sdk

Repository files navigation

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.

About

An SDK for allowing use of Evolv in native iOS applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages