diff --git a/Shakuro.PullToRefresh.podspec b/Shakuro.PullToRefresh.podspec index 37c4d69..7e02456 100644 --- a/Shakuro.PullToRefresh.podspec +++ b/Shakuro.PullToRefresh.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'Shakuro.PullToRefresh' - s.version = '1.0.1' + s.version = '1.0.2' s.summary = 'PullToRefresh' s.homepage = 'https://github.com/shakurocom/PullToRefresh' s.license = { :type => "MIT", :file => "LICENSE.md" } @@ -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