15 lines
333 B
Plaintext
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
|