Skip to content

Commit

Permalink
fix: set minimum iOS version requirement to 13.0 (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
gronxb authored Oct 24, 2024
1 parent 76140ba commit 7dff435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-turbo-image.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.license = package["license"]
s.authors = package["author"]

s.platforms = { :ios => min_ios_version_supported, :tvos => "13.0" }
s.platforms = { :ios => "13.0", :tvos => "13.0" }
s.source = { :git => "https://github.com/duguyihou/react-native-turbo-image.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,mm,swift}"
Expand Down

0 comments on commit 7dff435

Please sign in to comment.