Skip to content

Commit 30736c7

Browse files
committed
feat: Add macOS support (#47)
By @joshuamiller
1 parent e8f4105 commit 30736c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-tcp-socket.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.license = "MIT"
1414
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
1515
s.authors = { "Rapsssito" => "[email protected]" }
16-
s.platforms = { :ios => "9.0", :tvos => "10.0" }
16+
s.platforms = { :ios => "9.0", :tvos => "10.0", :osx => "10.14" }
1717
s.source = { :git => "https://github.com/Rapsssito/react-native-tcp-socket.git", :tag => "#{s.version}" }
1818

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

0 commit comments

Comments
 (0)