Skip to content

Commit dc2f076

Browse files
committed
Add osx to podspec
1 parent 3163f58 commit dc2f076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-safe-area-context.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212

1313
s.authors = package['author']
1414
s.homepage = package['homepage']
15-
s.platforms = { :ios => "12.4", :tvos => "12.4", :visionos => "1.0" }
15+
s.platforms = { :ios => "12.4", :tvos => "12.4", :visionos => "1.0", :macos => "10.15" }
1616

1717
s.source = { :git => "https://github.com/th3rdwave/react-native-safe-area-context.git", :tag => "v#{s.version}" }
1818
s.source_files = "ios/**/*.{h,m,mm}"

0 commit comments

Comments
 (0)