Skip to content

Commit

Permalink
Merge pull request #2 from shakurocom/II-16-update_dependency_version
Browse files Browse the repository at this point in the history
II-16-[updated dependency version]
  • Loading branch information
EugenDevIOS authored Jan 24, 2023
2 parents 5913b25 + bbec9e4 commit f2af8ee
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 f2af8ee

Please sign in to comment.