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
Before installing Teads adapter, you need to implement [Prebid](https://docs.prebid.org/prebid-mobile/pbm-api/ios/code-integration-ios.html) in your application.
21
+
22
+
#### CocoaPods
23
+
24
+
If your project is managing dependencies through [CocoaPods](https://cocoapods.org/), you just need to add this pod in your `Podfile`.
25
+
26
+
It will install Teads adapter and Teads SDK.
27
+
28
+
1. Add pod named `TeadsPluginRenderer` in your Podfile:
29
+
30
+
```ruby
31
+
platform :ios, '10.0'
32
+
pod 'TeadsPluginRenderer', '~> 5.1'
33
+
```
34
+
35
+
2. Run `pod install --repo-update` to install the adapter in your project.step to finish the integration.
0 commit comments