Skip to content

Commit

Permalink
upgrade YPImagePicker to resolve UI issue in iOS15
Browse files Browse the repository at this point in the history
  • Loading branch information
hanpanpan200 authored Mar 28, 2022
1 parent 4a78589 commit 336a344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react-native-ig-image-picker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/BunHouth/react-native-ig-image-picker"
s.license = "MIT"
s.authors = { "Bun" => "bunhouth99@gmail.com" }
s.platforms = { :ios => "9.0" }
s.platforms = { :ios => "12.0" }
s.source = { :git => "https://github.com/BunHouth/react-native-ig-image-picker.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,swift}"
s.requires_arc = true

s.dependency "React"
s.dependency "YPImagePicker"
s.dependency "YPImagePicker", "~> 5.2.1"
end

0 comments on commit 336a344

Please sign in to comment.