Skip to content

Commit e5cd3f4

Browse files
update SPM install instructions
1 parent 4f8922f commit e5cd3f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ pod install --repo-update
7171
```console
7272
https://github.com/teads/TeadsSDK-iOS
7373
```
74-
3. Next, set the **Dependency Rule** to be `Up to Next Major Version` and specify `5.20.0` as the lower bound.
74+
3. Next, set the **Dependency Rule** to be `Up to Next Major Version` and keep `5.0.0 < 6.0.0`.
7575

7676
#### Alternatively, add Teads to your Package.swift manifest
7777
1. Add it to the `dependencies` of your `Package.swift`:
7878

7979
```swift
8080
dependencies: [
81-
.package(url: "https://github.com/teads/TeadsSDK-iOS", .upToNextMajor(from: "5.0.20"))
81+
.package(url: "https://github.com/teads/TeadsSDK-iOS", .upToNextMajor(from: "5.0.0"))
8282
]
8383
```
8484

0 commit comments

Comments
 (0)