Skip to content

Commit

Permalink
Merge pull request #18 from Yalantis/bugfix/fix-dependency
Browse files Browse the repository at this point in the history
[Fix] dependency version mislead
  • Loading branch information
rnkyr authored Jan 30, 2018
2 parents 1227c33 + acd62d2 commit f996200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PullToMakeFlight.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.framework = 'CoreGraphics'

s.dependency 'PullToRefresher', '~> 3.0'
s.dependency 'PullToRefresher', '~> 3.0.1'

end

0 comments on commit f996200

Please sign in to comment.