Skip to content

Commit

Permalink
readme file updated
Browse files Browse the repository at this point in the history
podspec updated
SDK version updated to 1.90.0
  • Loading branch information
igorbabitski committed Aug 24, 2023
1 parent 80f5dd0 commit ada7311
Show file tree
Hide file tree
Showing 12 changed files with 679 additions and 511 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ Here's how it works:
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate XmBindIdSDK into your Xcode project using CocoaPods, specify it in your `Podfile`:

```ruby
pod 'XmBindIdSDK', '~> 1.80.0'
pod 'XmBindIdSDK', '~> 1.90.0'
```

### Carthage

[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate XmBindIdSDK into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "https://github.com/TransmitSecurity/bindid-ios-sdk" ~> 1.80.0
github "https://github.com/TransmitSecurity/bindid-ios-sdk" ~> 1.90.0
```

### Swift Package Manager
Expand All @@ -53,7 +53,7 @@ Once you have your Swift package set up, adding XmBindIdSDK as a dependency is a

```swift
dependencies: [
.package(url: "https://github.com/TransmitSecurity/bindid-ios-sdk.git", .upToNextMajor(from: "1.80.0"))
.package(url: "https://github.com/TransmitSecurity/bindid-ios-sdk.git", .upToNextMajor(from: "1.90.0"))
]
```

Expand All @@ -67,4 +67,4 @@ If you prefer not to use any of the aforementioned dependency managers, you can

- And that's it!

> The `XmBindIdSDK.framework` is automagically added as a target dependency, linked framework and embedded framework in a copy files build phase which is all you need to build on the simulator and a device.
> The `XmBindIdSDK.framework` is automagically added as a target dependency, linked framework and embedded framework in a copy files build phase which is all you need to build on the simulator and a device.
Binary file not shown.
Loading

0 comments on commit ada7311

Please sign in to comment.