From e697d77eae114645740d20a7e2a7435279ce58ef Mon Sep 17 00:00:00 2001 From: jonathajones <74559931+jonathajones@users.noreply.github.com> Date: Mon, 5 Apr 2021 10:19:45 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d1fffb9..a046302 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ ## Docs -https://developer.paypal.com/docs/limited-release/native-checkout/ios/ +To get started, first checkout out our [quickstart integration guide](https://developer.paypal.com/docs/business/native-checkout/ios/)! + +You can also find our reference documentation [here](https://paypal.github.io/mobile-checkout-docs/ios/reference/) ## Installation @@ -24,14 +26,13 @@ If you are working in the context of another package, you can add the PayPalChec let package = Package( name: "MyPackage", dependencies: [ - .package(url: "https://github.com/paypal/paypalcheckout-ios.git", from: "0.33.0"), + .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](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app), 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