File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ platform :ios, '7.0'
44# AdMob test application.
55target 'testapp' do
66 pod 'Firebase/AdMob'
7- pod 'Firebase/Core' , '3.1.6'
7+ pod 'Firebase/Core'
88end
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ source 'https://github.com/CocoaPods/Specs.git'
33platform :ios , '8.0'
44# Analytics test application.
55target 'testapp' do
6- pod 'Firebase/Analytics' , '3.1.4'
6+ pod 'Firebase/Analytics'
77end
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ source 'https://github.com/CocoaPods/Specs.git'
33platform :ios , '8.0'
44# Auth test application.
55target 'testapp' do
6- pod 'Firebase/Auth' , '3.1.6'
6+ pod 'Firebase/Auth'
77end
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ source 'https://github.com/CocoaPods/Specs.git'
33platform :ios , '8.0'
44# Invites test application.
55target 'testapp' do
6- pod 'Firebase/Invites' , '3.1.6'
6+ pod 'Firebase/Invites'
77end
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ source 'https://github.com/CocoaPods/Specs.git'
33platform :ios , '8.0'
44# FCM test application.
55target 'testapp' do
6- pod 'Firebase/Messaging' , '3.1.6'
6+ pod 'Firebase/Messaging'
77end
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ source 'https://github.com/CocoaPods/Specs.git'
33platform :ios , '8.0'
44# Firebase Remote Config test application.
55target 'testapp' do
6- pod 'Firebase/RemoteConfig' , '3.1.6'
6+ pod 'Firebase/RemoteConfig'
77end
You can’t perform that action at this time.
0 commit comments