Skip to content

Commit 1adf988

Browse files
committed
Remove platform restriction from host package's podspec
1 parent 1d636d6 commit 1adf988

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
@@ -29,7 +29,6 @@ Pod::Spec.new do |s|
2929
s.license = package["license"]
3030
s.authors = package["author"]
3131

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

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

0 commit comments

Comments
 (0)