Skip to content

Commit

Permalink
fix(tvOS): Add tvOS to podspec supported platforms (#148 by @adamkoch)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkoch authored and matt-oakes committed Jul 21, 2019
1 parent d89e6e4 commit b33ecb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-netinfo.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|

s.authors = package['author']
s.homepage = package['homepage']
s.platform = :ios, "9.0"
s.platforms = { :ios => "9.0", :tvos => "9.2" }

s.source = { :git => "https://github.com/react-native-community/react-native-netinfo.git", :tag => "#{s.version}" }
s.source_files = "ios/**/*.{h,m}"
Expand Down

0 comments on commit b33ecb6

Please sign in to comment.