We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952a7d3 commit 0deae13Copy full SHA for 0deae13
README.md
@@ -11,7 +11,7 @@ Check out our [official iOS documentation](https://docs.authsignal.com/sdks/clie
11
Add Authsignal to your Podfile:
12
13
```rb
14
-pod 'Authsignal', '~> 1.3.0'
+pod 'Authsignal', '~> 1.5.1'
15
```
16
17
#### Swift Package Manager
@@ -20,7 +20,7 @@ Add authsignal-ios to the dependencies value of your Package.swift.
20
21
```swift
22
dependencies: [
23
- .package(url: "https://github.com/authsignal/authsignal-ios.git", from: "1.3.0")
+ .package(url: "https://github.com/authsignal/authsignal-ios.git", from: "1.5.1")
24
]
25
26
0 commit comments