Skip to content

Commit 08a540d

Browse files
Merge pull request #235 from teads/update-podfile
Update Podfile
2 parents b355efa + 1eac03f commit 08a540d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ target 'TeadsSampleApp' do
77
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
88
use_frameworks!
99

10-
pod 'TeadsSDK', '~> 5.1.0'
10+
pod 'TeadsSDK', '~> 5.1'
1111

12-
pod 'TeadsSASAdapter', '~> 5.1.0'
13-
pod 'TeadsAdMobAdapter', '~> 5.1.0'
14-
pod 'TeadsAppLovinAdapter', '~> 5.1.0'
12+
pod 'TeadsSASAdapter', '~> 5.1'
13+
pod 'TeadsAdMobAdapter', '~> 5.1'
14+
pod 'TeadsAppLovinAdapter', '~> 5.1'
1515

1616
pod 'SwiftFormat/CLI'
1717
end

0 commit comments

Comments
 (0)