Ozan Checkout iOS supports iOS 8, iOS 9, iOS 10 and iOS 11.
Add the OzanCheckout pod into your Podfile and run pod install
.
target :YourTargetName do
pod 'OzanCheckout'
end
- Add
github "ozanlimited/ozan-checkout-ios"
to your Cartfile. - Run carthage update.
- Go to your Xcode project's "General" settings. Drag
OzanCheckout.framework
fromCarthage/Build/iOS
to the "Embedded Binaries" section. Make sure “Copy items if needed” is selected and click Finish.
- Download OzanCheckout for iOS and extract the zip.
- Go to your Xcode project's "General" settings. Drag
OzanCheckout.framework
to the "Embedded Binaries" section. Make sure "Copy items if needed" is selected and click Finish.
There is an example app provided here for both Objective-C and Swift.