You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Teads SDK is currently distributed through CocoaPods. It includes everything you
28
28
For installing TeadsSDK just put this on your podfile, if you never use cocoapods before please check the [offical documentation](https://guides.cocoapods.org/using/using-cocoapods.html).
29
29
30
30
```ruby
31
-
pod 'TeadsSDK', :git => 'https://github.com/teads/TeadsSDK-iOS.git', :branch => 'v5'
31
+
pod 'TeadsSDK', :git => 'https://github.com/teads/TeadsSDK-iOS.git', :tag => 'v5.0.0'
32
32
```
33
33
34
34
Go to the directory containing your project's `.xcodeproj` file and the Podfile, on the terminal and run `pod install` command. This will install Teads SDK along with our needed dependencies.
0 commit comments