Skip to content

Commit

Permalink
changed ios min version
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-g committed Mar 25, 2024
1 parent a27b395 commit 1bf934e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-adapty-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/adaptyteam/AdaptySDK-React-Native"
s.license = { :type => "MIT", :file => "LICENSE" }
s.authors = { "Ivan Dorofeyev" => "[email protected]" }
s.platforms = { :ios => "11.0" }
s.platforms = { :ios => "12.2" }
s.source = { :git => "https://github.com/adaptyteam/AdaptySDK-React-Native.git", :tag => "#{s.version}" }

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

0 comments on commit 1bf934e

Please sign in to comment.