Go to file
Jon Jones af2877c839 Updating to 0.103.0 2022-08-29 16:40:59 -05:00
.github/ISSUE_TEMPLATE Adding catch all issue template 2021-04-15 13:58:00 -05:00
Carthage Updating to 0.103.0 2022-08-29 16:40:59 -05:00
.gitignore Initial commit 2018-07-02 13:14:49 -07:00
LICENSE Updated LICENSE to wrap text at 80 symbols 2020-05-18 13:49:36 -07:00
Package.swift Updating to 0.103.0 2022-08-29 16:40:59 -05:00
PayPalCheckout.podspec Updating to 0.103.0 2022-08-29 16:40:59 -05:00
README.md Update README.md 2021-04-16 17:44:18 -04:00

README.md

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.