File tree Expand file tree Collapse file tree 16 files changed +66
-23
lines changed Expand file tree Collapse file tree 16 files changed +66
-23
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ source 'https://github.com/CocoaPods/Specs.git'
22platform :ios , '8.0'
33# AdMob test application.
44target 'testapp' do
5- pod 'Firebase/Analytics' , '6.0 .0'
6- pod 'Firebase/AdMob' , '6.0 .0'
5+ pod 'Firebase/Analytics' , '6.1 .0'
6+ pod 'Firebase/AdMob' , '6.1 .0'
77end
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git'
22platform :ios , '8.0'
33# Analytics test application.
44target 'testapp' do
5- pod 'Firebase/Analytics' , '6.0 .0'
5+ pod 'Firebase/Analytics' , '6.1 .0'
66end
Original file line number Diff line number Diff line change @@ -87,9 +87,11 @@ else()
8787
8888 if (APPLE )
8989 set (ADDITIONAL_LIBS
90+ gssapi_krb5
9091 pthread
9192 "-framework CoreFoundation"
9293 "-framework Foundation"
94+ "-framework GSS"
9395 "-framework Security"
9496 )
9597 elseif (MSVC )
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ source 'https://github.com/CocoaPods/Specs.git'
22platform :ios , '8.0'
33# Auth test application.
44target 'testapp' do
5- pod 'Firebase/Analytics' , '6.0 .0'
6- pod 'Firebase/Auth' , '6.0 .0'
5+ pod 'Firebase/Analytics' , '6.1 .0'
6+ pod 'Firebase/Auth' , '6.1 .0'
77end
Original file line number Diff line number Diff line change @@ -87,9 +87,11 @@ else()
8787
8888 if (APPLE )
8989 set (ADDITIONAL_LIBS
90+ gssapi_krb5
9091 pthread
9192 "-framework CoreFoundation"
9293 "-framework Foundation"
94+ "-framework GSS"
9395 "-framework Security"
9496 )
9597 elseif (MSVC )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git'
22platform :ios , '8.0'
33# Firebase Realtime Database test application.
44target 'testapp' do
5- pod 'Firebase/Analytics' , '6.0 .0'
6- pod 'Firebase/Database' , '6.0 .0'
7- pod 'Firebase/Auth' , '6.0 .0'
5+ pod 'Firebase/Analytics' , '6.1 .0'
6+ pod 'Firebase/Database' , '6.1 .0'
7+ pod 'Firebase/Auth' , '6.1 .0'
88end
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ source 'https://github.com/CocoaPods/Specs.git'
22platform :ios , '8.0'
33# Dynamic Links test application.
44target 'testapp' do
5- pod 'Firebase/Analytics' , '6.0 .0'
6- pod 'Firebase/DynamicLinks' , '6.0 .0'
5+ pod 'Firebase/Analytics' , '6.1 .0'
6+ pod 'Firebase/DynamicLinks' , '6.1 .0'
77end
Original file line number Diff line number Diff line change @@ -87,13 +87,15 @@ else()
8787
8888 if (APPLE )
8989 set (ADDITIONAL_LIBS
90+ gssapi_krb5
9091 pthread
9192 "-framework CoreFoundation"
9293 "-framework Foundation"
94+ "-framework GSS"
9395 "-framework Security"
9496 )
9597 elseif (MSVC )
96- set (ADDITIONAL_LIBS advapi32 ws2_32 crypt32)
98+ set (ADDITIONAL_LIBS advapi32 ws2_32 crypt32 rpcrt4 ole32 )
9799 else ()
98100 set (ADDITIONAL_LIBS pthread)
99101 endif ()
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git'
22platform :ios , '8.0'
33# Cloud Functions for Firebase test application.
44target 'testapp' do
5- pod 'Firebase/Analytics' , '6.0 .0'
6- pod 'Firebase/Functions' , '6.0 .0'
7- pod 'Firebase/Auth' , '6.0 .0'
5+ pod 'Firebase/Analytics' , '6.1 .0'
6+ pod 'Firebase/Functions' , '6.1 .0'
7+ pod 'Firebase/Auth' , '6.1 .0'
88end
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ source 'https://github.com/CocoaPods/Specs.git'
22platform :ios , '8.0'
33# FCM test application.
44target 'testapp' do
5- pod 'Firebase/Analytics' , '6.0 .0'
6- pod 'Firebase/Messaging' , '6.0 .0'
5+ pod 'Firebase/Analytics' , '6.1 .0'
6+ pod 'Firebase/Messaging' , '6.1 .0'
77end
You can’t perform that action at this time.
0 commit comments