Skip to content

Commit 6b96524

Browse files
authored
Merge pull request #176 from morganchen12/drop-iOS7
Drop iOS 7
2 parents d40bc4f + a4c2488 commit 6b96524

File tree

4 files changed

+12
-995
lines changed

4 files changed

+12
-995
lines changed

FirebaseDatabaseUI/FirebaseArray.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

FirebaseUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)