feat: iOS target deployment from 9.0 to 8.0 (#337)
Showing
| ... | @@ -7,7 +7,7 @@ Pod::Spec.new do |s| | ... | @@ -7,7 +7,7 @@ Pod::Spec.new do |s| |
| s.license = "MIT" | s.license = "MIT" | ||
| s.authors = { "Rebecca Hughes" => "rebecca@learnium.net" } | s.authors = { "Rebecca Hughes" => "rebecca@learnium.net" } | ||
| s.ios.deployment_target = '9.0' | s.ios.deployment_target = '8.0' | ||
| s.tvos.deployment_target = '10.0' | s.tvos.deployment_target = '10.0' | ||
| s.source = { :git => "https://github.com/rebeccahughes/react-native-device-info.git" } | s.source = { :git => "https://github.com/rebeccahughes/react-native-device-info.git" } | ||
| ... | ... |
Please
register
or
sign in
to comment