Skip to content

Commit 4e5e0cc

Browse files
authored
Update min platform (#13)
This matches what React supports, and allows building this as a framework See: https://github.com/facebook/react-native/blob/master/React.podspec#L39
1 parent eed829f commit 4e5e0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boost-for-react-native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
1010
spec.compiler_flags = '-Wno-documentation'
1111

1212
# Pinning to the same version as React.podspec.
13-
spec.platforms = { :ios => '8.0', :tvos => '9.2' }
13+
spec.platforms = { :ios => '10.0', :tvos => '10.0' }
1414
spec.requires_arc = false
1515

1616
spec.module_name = 'boost'

0 commit comments

Comments
 (0)