Merge pull request #283 from redak105/master
updated tvOS support
Showing
| ... | @@ -7,7 +7,8 @@ Pod::Spec.new do |s| | ... | @@ -7,7 +7,8 @@ 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.platform = :ios, "7.0" | s.ios.deployment_target = '9.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