Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 978 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 978 Bytes

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.