Skip to content

Need to add Native Checkout to your iOS Application? We can help!

License

Notifications You must be signed in to change notification settings

terrorizer1980/paypalcheckout-ios

 
 

Repository files navigation

Native Checkout for iOS

Platform Pod version Carthage version SPM version

Docs

To get started, first checkout out our quickstart integration guide!

You can also find our reference documentation here

Installation

Carthage

To install the PayPalCheckout SDK via Carthage, simply add the following line to your Cartfile:

binary "https://github.com/paypal/paypalcheckout-ios/raw/main/Carthage/PayPalCheckout.json" 

CocoaPods

To install the SDK via CocoaPods, add the following to your Podfile:

pod 'PayPalCheckout'

Swift Package Manager

If you are working in the context of another package, you can add the PayPalCheckout SDK as a dependency in your Package.swift file:

let package = Package(
    name: "MyPackage",
    dependencies: [
        .package(url: "https://github.com/paypal/paypalcheckout-ios.git", from: "0.42.0"),
    ],
    ...
)

If you are adding the PayPalCheckout SDK into a standalone project, you can add the PayPalCheckout SDK by following Apple's package integration guide, while specifying https://github.com/paypal/paypalcheckout-ios.git as the source git repository.

Feedback

The PayPal Native Checkout SDK is in active development, we welcome your feedback!

To get in touch with us:

License

See the LICENSE file for more info.

About

Need to add Native Checkout to your iOS Application? We can help!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 92.8%
  • Swift 7.2%