Skip to content

Commit

Permalink
chore: update Xcode default to iOS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
thong.bui committed Feb 14, 2024
1 parent 4042f43 commit 46b841b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-screenguard.podspec
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.license = package["license"]
s.authors = package["author"]

s.platforms = { :ios => "11.0" }
s.platforms = { :ios => "12.0" }
s.source = { :git => "https://github.com/gbumps/react-native-screenguard.git", :tag => "#{s.version}" }

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

0 comments on commit 46b841b

Please sign in to comment.