feat(yandex-ads): Yandex 광고 SDK 의존성과 초기화를 추가한다

This commit is contained in:
Yu Sung
2026-04-27 19:23:44 +09:00
parent 7db825cd41
commit 120d961456
3 changed files with 163 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ target 'SodaLive' do
pod 'AgoraRtm', '2.2.4'
pod 'GoogleSignIn'
pod 'GoogleSignInSwiftSupport'
pod 'YandexMobileAds', '8.0.0'
end
@@ -22,6 +23,7 @@ target 'SodaLive-dev' do
pod 'AgoraRtm', '2.2.4'
pod 'GoogleSignIn'
pod 'GoogleSignInSwiftSupport'
pod 'YandexMobileAds', '8.0.0'
end