Skip to content

Commit

Permalink
II-16-[updated dependency version]
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneKlyuenkov committed Jan 24, 2023
1 parent 5913b25 commit bbec9e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Shakuro.Settings.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'Shakuro.Settings'
s.version = '1.0.0'
s.version = '1.0.1'
s.summary = 'Settings'
s.homepage = 'https://github.com/shakurocom/Settings'
s.license = { :type => "MIT", :file => "LICENSE.md" }
Expand All @@ -11,5 +11,5 @@ Pod::Spec.new do |s|
s.source_files = 'Source/*'
s.ios.deployment_target = '11.0'

s.dependency "Shakuro.CommonTypes", "1.1.4"
s.dependency "Shakuro.CommonTypes", "~> 1.1"
end

0 comments on commit bbec9e4

Please sign in to comment.