Skip to content

Commit

Permalink
Add macOS support (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuamiller committed May 13, 2020
1 parent e8f4105 commit a06cb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-tcp-socket.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.license = "MIT"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.authors = { "Rapsssito" => "contact@rodrigomartin.dev" }
s.platforms = { :ios => "9.0", :tvos => "10.0" }
s.platforms = { :ios => "9.0", :tvos => "10.0", :osx => "10.14" }
s.source = { :git => "https://github.com/Rapsssito/react-native-tcp-socket.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,swift}"
Expand Down

0 comments on commit a06cb98

Please sign in to comment.