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.
2 parents b355efa + 1eac03f commit 08a540dCopy full SHA for 08a540d
Podfile
@@ -7,11 +7,11 @@ target 'TeadsSampleApp' do
7
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
8
use_frameworks!
9
10
- pod 'TeadsSDK', '~> 5.1.0'
+ pod 'TeadsSDK', '~> 5.1'
11
12
- pod 'TeadsSASAdapter', '~> 5.1.0'
13
- pod 'TeadsAdMobAdapter', '~> 5.1.0'
14
- pod 'TeadsAppLovinAdapter', '~> 5.1.0'
+ pod 'TeadsSASAdapter', '~> 5.1'
+ pod 'TeadsAdMobAdapter', '~> 5.1'
+ pod 'TeadsAppLovinAdapter', '~> 5.1'
15
16
pod 'SwiftFormat/CLI'
17
end
0 commit comments