Skip to content

Commit d5f0aad

Browse files
author
Stewart Miles
committed
Removed podfile versions from ios builds.
CL: 122465357
1 parent 45a595f commit d5f0aad

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

admob/testapp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ platform :ios, '7.0'
44
# AdMob test application.
55
target 'testapp' do
66
pod 'Firebase/AdMob'
7-
pod 'Firebase/Core', '3.1.6'
7+
pod 'Firebase/Core'
88
end

analytics/testapp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ source 'https://github.com/CocoaPods/Specs.git'
33
platform :ios, '8.0'
44
# Analytics test application.
55
target 'testapp' do
6-
pod 'Firebase/Analytics', '3.1.4'
6+
pod 'Firebase/Analytics'
77
end

auth/testapp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ source 'https://github.com/CocoaPods/Specs.git'
33
platform :ios, '8.0'
44
# Auth test application.
55
target 'testapp' do
6-
pod 'Firebase/Auth', '3.1.6'
6+
pod 'Firebase/Auth'
77
end

invites/testapp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ source 'https://github.com/CocoaPods/Specs.git'
33
platform :ios, '8.0'
44
# Invites test application.
55
target 'testapp' do
6-
pod 'Firebase/Invites', '3.1.6'
6+
pod 'Firebase/Invites'
77
end

messaging/testapp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ source 'https://github.com/CocoaPods/Specs.git'
33
platform :ios, '8.0'
44
# FCM test application.
55
target 'testapp' do
6-
pod 'Firebase/Messaging', '3.1.6'
6+
pod 'Firebase/Messaging'
77
end

remote_config/testapp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ source 'https://github.com/CocoaPods/Specs.git'
33
platform :ios, '8.0'
44
# Firebase Remote Config test application.
55
target 'testapp' do
6-
pod 'Firebase/RemoteConfig', '3.1.6'
6+
pod 'Firebase/RemoteConfig'
77
end

0 commit comments

Comments
 (0)