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
9696
9797/* *
9898 * 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
100100 * @return The object at the given index
101101 */
102102- (id )objectAtIndexedSubscript : (NSUInteger )idx ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
77 s . source = { :http => 'https://github.com/firebase/FirebaseUI-iOS/releases/download/v0.6.1/FirebaseUIFrameworks.zip' }
88 s . author = 'Firebase'
99 s . platform = :ios
10- s . ios . deployment_target = '7 .0'
10+ s . ios . deployment_target = '8 .0'
1111 s . ios . framework = 'UIKit'
1212 s . requires_arc = true
1313 s . default_subspecs = 'All'
You can’t perform that action at this time.
0 commit comments