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 26
26
#import " FUIAuthErrors.h"
27
27
#import " FUIAuthPickerViewController.h"
28
28
#import " FUIAuthStrings.h"
29
- #import " FUIGoogleAuth.h"
30
29
#import " FUIEmailEntryViewController.h"
31
30
#import " FUIPasswordSignInViewController_Internal.h"
32
31
#import " FUIPasswordVerificationViewController.h"
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ - (void)invalidate {
161
161
162
162
// Remove all values on invalidation.
163
163
[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 */ ) {
165
165
FIRDataSnapshot *current = self.snapshots [i];
166
166
167
167
[self .snapshots removeObjectAtIndex: i];
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'FirebaseUI'
3
- s . version = '5.0.1 '
3
+ s . version = '5.1.2 '
4
4
s . summary = 'UI binding libraries for Firebase.'
5
5
s . homepage = 'https://github.com/firebase/FirebaseUI-iOS'
6
6
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 ' }
8
8
s . author = 'Firebase'
9
9
s . platform = :ios
10
10
s . ios . deployment_target = '9.0'
You can’t perform that action at this time.
0 commit comments