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 4f8922f commit e5cd3f4Copy full SHA for e5cd3f4
README.md
@@ -71,14 +71,14 @@ pod install --repo-update
71
```console
72
https://github.com/teads/TeadsSDK-iOS
73
```
74
-3. Next, set the **Dependency Rule** to be `Up to Next Major Version` and specify `5.20.0` as the lower bound.
+3. Next, set the **Dependency Rule** to be `Up to Next Major Version` and keep `5.0.0 < 6.0.0`.
75
76
#### Alternatively, add Teads to your Package.swift manifest
77
1. Add it to the `dependencies` of your `Package.swift`:
78
79
```swift
80
dependencies: [
81
- .package(url: "https://github.com/teads/TeadsSDK-iOS", .upToNextMajor(from: "5.0.20"))
+ .package(url: "https://github.com/teads/TeadsSDK-iOS", .upToNextMajor(from: "5.0.0"))
82
]
83
84
0 commit comments