iOSInstallation
Installation
Under Development: This SDK is currently in development. Documentation and API may change. For production use, please contact our team.
Requirements
Before installing the vouch iOS SDK, ensure your development environment meets the following requirements:
- Xcode: 16.4 or later
- iOS Deployment Target: iOS 14.0 or later
- Minimal iOS version to perform a proof: iOS 16.4 or later
Installation Methods
The vouch iOS SDK supports two popular dependency management systems. Choose the one that best fits your project:
Swift Package Manager
Apple's native dependency manager, integrated directly into Xcode. Recommended for most projects.
CocoaPods
A widely-used dependency manager for iOS projects. Great for projects already using CocoaPods.
Next Steps
After installation, proceed to one of the usage guides based on your preferred language:
- Usage Guide (Swift) - For SwiftUI and Swift-based applications
- Usage Guide (Objective-C) - For Objective-C applications or React Native integration