Go to file
Jon Jones f2fd49bdc6 Bump version of SPM and Carthage to 0.40.0 2021-03-24 15:25:34 -05:00
Carthage Bump version of SPM and Carthage to 0.40.0 2021-03-24 15:25:34 -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 Bump version of SPM and Carthage to 0.40.0 2021-03-24 15:25:34 -05:00
PayPalCheckout.podspec Bump podspec version to 0.39.0 2021-03-18 13:35:44 -05:00
README.md Update README.md 2021-02-16 15:28:52 -05:00

README.md

Native Checkout for iOS

Docs

https://developer.paypal.com/docs/limited-release/native-checkout/ios/

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/master/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.33.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.

Note that Swift Package Manager support is not available for versions prior to 0.33.0

License

See the LICENSE file for more info.