Skip to content

Commit f660946

Browse files
committed
Remove platform restriction from host package's podspec
1 parent 723f7b9 commit f660946

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/host/react-native-node-api.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Pod::Spec.new do |s|
2525
s.license = package["license"]
2626
s.authors = package["author"]
2727

28-
s.platforms = { :ios => min_ios_version_supported }
2928
s.source = { :git => "https://github.com/callstackincubator/react-native-node-api.git", :tag => "#{s.version}" }
3029

3130
s.source_files = "ios/**/*.{h,m,mm}", "cpp/**/*.{hpp,cpp,c,h}", "weak-node-api/include/*.h", "weak-node-api/*.hpp"

0 commit comments

Comments
 (0)