# source 'https://git.sginfra.net/mobilesdk/sample_specs.git'
source 'http://stove-developers-gitlab.sginfra.net/stove-sdk/Specs.git'
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '13.0'

use_frameworks!

target 'UnityFramework' do
  pod 'SGSBase', '2.9.0'
  pod 'SGSLog', '2.9.0'
  pod 'SGSAuth', '2.9.0'
  pod 'SGSIAP', '2.9.0'
  pod 'SGSAuthApple', '2.9.0'
  pod 'SGSAuthFacebook', '2.9.0'
  pod 'SGSAuthGoogle', '2.9.0'
  pod 'SGSAuthNaver', '2.9.0'
  pod 'SGSAuthLine', '2.9.0'
  pod 'SGSAuthSteam', '2.9.0'
  pod 'SGSAuthUI', '2.9.0'
  pod 'SGSPush', '2.9.0'
  pod 'SGSView', '2.9.0'
  pod 'SGSGamingServices', '2.9.0'
end

target 'Unity-iPhone' do
end

# When Use NotificationServiceExtension
target 'NotificationServiceExtension' do
  pod 'SGSPushExtension', '2.9.0'
end
