Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

ozanlimited/ozan-checkout-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ozan Checkout iOS

CocoaPods Languages CocoaPods carthage compatible MIT License

Installation

Ozan Checkout iOS supports iOS 8, iOS 9, iOS 10 and iOS 11.

CocoaPods

Add the OzanCheckout pod into your Podfile and run pod install.

target :YourTargetName do
  pod 'OzanCheckout'
end

Carthage

  1. Add github "ozanlimited/ozan-checkout-ios" to your Cartfile.
  2. Run carthage update.
  3. Go to your Xcode project's "General" settings. Drag OzanCheckout.framework from Carthage/Build/iOS to the "Embedded Binaries" section. Make sure “Copy items if needed” is selected and click Finish.

Manual Installation

  1. Download OzanCheckout for iOS and extract the zip.
  2. 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.

Example app

There is an example app provided here for both Objective-C and Swift.