iOS SDK
iOS SDK
Plexy Drop-in and Components for iOS apps
iOS SDK
The official Plexy client-side SDK for iOS. Build full Drop-in checkout or use individual Components, written in Swift with full SwiftUI support.
Requirements
- iOS 15.0+
- Xcode 15.0+
- Swift 5.7+
Installation
Swift Package Manager
In Xcode, go to File → Add Package Dependencies and enter:
https://github.com/plexy/plexy-iosSelect version 1.0.0 or later.
CocoaPods
Add to your Podfile:
pod 'Plexy', '~> 1.0'Then run:
pod install