-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a5b8640
commit 827be79
Showing
1 changed file
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,32 @@ | ||
# Xamarin Binding Library - Braintree iOS SDK | ||
https://github.com/braintree/braintree_ios | ||
|
||
## PayPal RiskComponent | ||
## Braintree Core | ||
``` | ||
Install-Package Naxam.PayPal.Risk.iOS | ||
Install-Package Naxam.BraintreeCore.iOS | ||
``` | ||
|
||
## Braintree UI | ||
``` | ||
Install-Package Naxam.BraintreeUI.iOS | ||
``` | ||
|
||
## Pay with Card | ||
``` | ||
Install-Package Naxam.BraintreeCore.iOS | ||
``` | ||
## Pay with ApplePay | ||
``` | ||
Install-Package Naxam.BraintreeApplePay.iOS | ||
``` | ||
## Pay with PayPal | ||
``` | ||
Install-Package Naxam.BraintreePayPal.iOS | ||
``` | ||
|
||
## Pay with Card via 3rd | ||
``` | ||
Install-Package Naxam.Braintree3DSecure.iOS | ||
Install-Package Naxam.BraintreeUnionPay.iOS | ||
Install-Package Naxam.BraintreeVenmo.iOS | ||
``` |