Skip to content

Commit 5d61d1a

Browse files
committed
Update pod version for 5.1.2
Change-Id: I509fc0a1993faf3f24a929ea74f23f0fd240e771
1 parent 7fe17ff commit 5d61d1a

File tree

4 files changed

+3
-830
lines changed

4 files changed

+3
-830
lines changed

FirebaseAuthUI/FUIAuth.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
#import "FUIAuthErrors.h"
2727
#import "FUIAuthPickerViewController.h"
2828
#import "FUIAuthStrings.h"
29-
#import "FUIGoogleAuth.h"
3029
#import "FUIEmailEntryViewController.h"
3130
#import "FUIPasswordSignInViewController_Internal.h"
3231
#import "FUIPasswordVerificationViewController.h"

FirebaseDatabaseUI/FUIArray.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ - (void)invalidate {
161161

162162
// Remove all values on invalidation.
163163
[self didUpdate];
164-
for (NSInteger i = 0; i < self.snapshots.count; /* no i++ since we modify the array instead*/ ) {
164+
for (NSInteger i = 0; i < self.snapshots.count; /* no i++ since we modify the array instead */ ) {
165165
FIRDataSnapshot *current = self.snapshots[i];
166166

167167
[self.snapshots removeObjectAtIndex:i];

FirebaseUI.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseUI'
3-
s.version = '5.0.1'
3+
s.version = '5.1.2'
44
s.summary = 'UI binding libraries for Firebase.'
55
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
66
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
7-
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v5.0.1' }
7+
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v5.1.2' }
88
s.author = 'Firebase'
99
s.platform = :ios
1010
s.ios.deployment_target = '9.0'

0 commit comments

Comments
 (0)