Skip to content

Commit

Permalink
Merge pull request #393 from natura-cosmeticos/fix/downgrade-ios-from…
Browse files Browse the repository at this point in the history
…-11-to-10

downgrade ios version from 11 to 11 at podspec
  • Loading branch information
Design-System-Natura authored Apr 25, 2023
2 parents c3ee55f + ef8b39b commit de1d2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NatDS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Pod::Spec.new do |s|
s.resources = ['Sources/**/*.xcassets', 'Sources/**/*.ttf']

s.swift_version = '5.0'
s.platform = :ios, '11.0'
s.platform = :ios, '10.0'
end

0 comments on commit de1d2a4

Please sign in to comment.