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 3cb3061 commit f55f011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Shakuro.InfinityScrollView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Shakuro.InfinityScrollView'
s.version = '1.0.3'
s.version = '1.0.4'
s.summary = 'Shakuro Infinity Scroll View'
s.homepage = 'https://github.com/shakurocom/InfinityScrollView'
s.license = { :type => "MIT", :file => "LICENSE.md" }
Expand All @@ -10,6 +10,6 @@ Pod::Spec.new do |s|
s.swift_version = ['5.1', '5.2', '5.3', '5.4', '5.5', '5.6']
s.ios.deployment_target = '11.0'

s.dependency 'Shakuro.CommonTypes', '1.1.4'
s.dependency 'Shakuro.CommonTypes', '~> 1.1'

end

0 comments on commit f55f011

Please sign in to comment.