File tree Expand file tree Collapse file tree 4 files changed +3
-830
lines changed Expand file tree Collapse file tree 4 files changed +3
-830
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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];
Original file line number Diff line number Diff line change 11Pod ::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'
You can’t perform that action at this time.
0 commit comments