Skip to content

Commit

Permalink
Braintree iOS SDK v4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyen-vuduc committed May 28, 2017
1 parent a5b8640 commit 827be79
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions README.md
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
```

0 comments on commit 827be79

Please sign in to comment.