File tree Expand file tree Collapse file tree 4 files changed +12
-995
lines changed Expand file tree Collapse file tree 4 files changed +12
-995
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ NS_ASSUME_NONNULL_BEGIN
96
96
97
97
/* *
98
98
* Support for subscripting. Resolves to objectAtIndex:
99
- * @param index The index of the item to retrieve
99
+ * @param idx The index of the item to retrieve
100
100
* @return The object at the given index
101
101
*/
102
102
- (id )objectAtIndexedSubscript : (NSUInteger )idx ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
7
7
s . source = { :http => 'https://github.com/firebase/FirebaseUI-iOS/releases/download/v0.6.1/FirebaseUIFrameworks.zip' }
8
8
s . author = 'Firebase'
9
9
s . platform = :ios
10
- s . ios . deployment_target = '7 .0'
10
+ s . ios . deployment_target = '8 .0'
11
11
s . ios . framework = 'UIKit'
12
12
s . requires_arc = true
13
13
s . default_subspecs = 'All'
You can’t perform that action at this time.
0 commit comments