kill-ios-app/Podfile_Unity.backup
yuqucheng fa7c338ea5 init
2026-06-23 09:54:30 +08:00

15 lines
333 B
Plaintext

source 'https://cdn.cocoapods.org/'
platform :ios, '15.0'
target 'UnityFramework' do
pod 'Firebase/Analytics', '12.4.0'
pod 'Firebase/Auth', '12.14.0'
pod 'Firebase/Core', '12.14.0'
pod 'Firebase/Database', '12.14.0'
pod 'Firebase/Messaging', '12.4.0'
end
target 'Unity-iPhone' do
end
use_frameworks! :linkage => :static