The Freshpaint iOS SDK for sending data from your iOS app into Freshpaint.
- iOS 15.0+ / tvOS 12.0+
- Swift 5.9+
- Xcode 15.0+
Add the following to your Package.swift
file:
dependencies: [
.package(url: "https://github.com/freshpaint-io/freshpaint-ios.git", from: "0.4.0")
]
Or add it via Xcode: File → Add Package Dependencies and enter the repository URL.
Add the following to your Podfile
:
pod 'Freshpaint', '~> 0.4.0'
See the Freshpaint iOS Quickstart Guide to get started.
This version is compatible with:
- Swift 5.9 and later
- iOS 15.0 and later
- tvOS 12.0 and later
- Xcode 15.0 and later
See CHANGELOG.md for detailed version history and release notes.
The Freshpaint iOS SDK is based on the Segment iOS SDK and is available under the MIT license.