구글 로그인 기능 추가

This commit is contained in:
Yu Sung
2026-01-27 13:56:13 +09:00
parent 95cae7d0bf
commit b522b50dee
12 changed files with 191 additions and 4 deletions

View File

@@ -8,6 +8,8 @@ target 'SodaLive' do
# Pods for SodaLive
pod 'BootpayUI', '4.4.10'
pod 'AgoraRtm', '2.2.4'
pod 'GoogleSignIn'
pod 'GoogleSignInSwiftSupport'
end
@@ -18,6 +20,8 @@ target 'SodaLive-dev' do
# Pods for SodaLive-dev
pod 'BootpayUI', '4.4.10'
pod 'AgoraRtm', '2.2.4'
pod 'GoogleSignIn'
pod 'GoogleSignInSwiftSupport'
end