Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Change license
Browse files Browse the repository at this point in the history
  • Loading branch information
mcamri committed Nov 14, 2017
1 parent a710a6f commit b5e0c45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ _This sdk only deals with actual QR code strings. So you need to use a separate

```
use_frameworks!
pod 'MasterpassQRCoreSDK', '~> 1.0.5'
pod 'MasterpassQRCoreSDK', '~> 1.0.6'
```

- Do `pod install`
- For Objective-C, go to your Xcode project's **Build Settings** and set **Always Embed Swift Standard Libraries** to **YES**
- Everything is setup now
- For Objective-C: Go to your Xcode project's **Build Settings** and set **Always Embed Swift Standard Libraries** to **YES**

#### Manual
##### Swift
Expand All @@ -47,7 +47,7 @@ _This sdk only deals with actual QR code strings. So you need to use a separate
- Go to your Xcode project's **Build Settings** and set **Always Embed Swift Standard Libraries** to **YES**

[1]: https://www.github.com/Mastercard/masterpass-qr-scan-sdk-ios
[2]: https://www.github.com/Mastercard/masterpass-qr-core-sdk-ios/releases/download/1.0.5/masterpassqrcoresdk-framework-ios.zip
[2]: https://www.github.com/Mastercard/masterpass-qr-core-sdk-ios/releases/download/1.0.6/masterpassqrcoresdk-framework-ios.zip

### Usage

Expand Down

0 comments on commit b5e0c45

Please sign in to comment.