Skip to content

Commit b28dd17

Browse files
author
Kadi Kraman
authored
Merge pull request #498 from suraneti/patch-1
Update platform iOS to 10.0 in podspec
2 parents 99f0fa3 + ce45a8a commit b28dd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-app-auth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.license = package['license']
1010
s.authors = package['author']
1111
s.homepage = package['homepage']
12-
s.platform = :ios, '9.0'
12+
s.platform = :ios, '10.0'
1313
s.source = { :git => 'https://github.com/FormidableLabs/react-native-app-auth.git' }
1414
s.source_files = 'ios/**/*.{h,m}'
1515
s.requires_arc = true

0 commit comments

Comments
 (0)