Navigation Menu

Skip to content

Commit

Permalink
1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
imwcl committed Jul 24, 2018
1 parent 4b7c6b5 commit 1c9d035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRRefresh.podspec
Expand Up @@ -9,13 +9,13 @@
Pod::Spec.new do |s|

s.name = "CRRefresh"
s.version = "1.0.8"
s.version = "1.0.9"
s.summary = "An easy way to use pull-to-refresh"
s.homepage = "https://github.com/CRAnimation/CRRefresh"
s.license = 'MIT'
s.author = { "W_C__L" => "wangchonglei93@icloud.com" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/CRAnimation/CRRefresh.git", :tag => "1.0.8" }
s.source = { :git => "https://github.com/CRAnimation/CRRefresh.git", :tag => s.version.to_s }
s.source_files = ['CRRefresh/CRRefresh/*.{swift}','CRRefresh/CRRefresh/Animators/**/*.{swift}']
s.resources = 'CRRefresh/CRRefresh/Animators/**/*.{bundle}'
s.frameworks = "UIKit"
Expand Down

0 comments on commit 1c9d035

Please sign in to comment.