Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/paypal/paypalcheckout-ios i…
Browse files Browse the repository at this point in the history
…nto main
  • Loading branch information
jonathajones committed Apr 7, 2021
2 parents 80d2bac + e697d77 commit 2250617
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 2250617

Please sign in to comment.