Skip to content

Commit

Permalink
Merge pull request #29 from heefan/master
Browse files Browse the repository at this point in the history
bugfix: fix wrong json file in cartfile
  • Loading branch information
mijo-gracanin authored Jan 10, 2023
2 parents 0358634 + 4909b99 commit 5bfe0ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ BlinkCard SDK is available via [Carthage](https://github.com/Carthage/Carthage).
- Add BlinkCard as a dependency to this Cartfile:

```shell
binary "https://github.com/BlinkCard/blinkcard-ios/blob/master/blinkcard-ios.json"
binary "https://raw.githubusercontent.com/blinkcard/blinkcard-ios/master/blinkcard-ios.json"
```
- Run ```carthage update --use-xcframeworks```.
- If successful, a Cartfile.resolved file and a Carthage directory will appear in the same directory as your Xcode project.
Expand Down Expand Up @@ -781,4 +781,4 @@ We are delivering complete size report of our BlinkCard SDK based on our BlinkCa

Complete API reference can be found [here](http://blinkcard.github.io/blinkcard-ios/index.html).

For any other questions, feel free to contact us at [help.microblink.com](http://help.microblink.com).
For any other questions, feel free to contact us at [help.microblink.com](http://help.microblink.com).

0 comments on commit 5bfe0ab

Please sign in to comment.