Skip to content

Commit

Permalink
fix: enable macOS and tvOS in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
thejustinwalsh committed Sep 23, 2024
1 parent 2ed261d commit 4575f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/react-native-mmkv.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.license = package["license"]
s.authors = package["author"]

s.platforms = { :ios => min_ios_version_supported }
s.platforms = { :ios => min_ios_version_supported, :tvos => "12.0", :osx => "10.14" }
s.source = { :git => "https://github.com/mrousavy/react-native-mmkv.git", :tag => "#{s.version}" }

s.pod_target_xcconfig = {
Expand Down

0 comments on commit 4575f93

Please sign in to comment.