Skip to content

Commit

Permalink
update pod file v4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xhzengAIB committed Sep 2, 2015
1 parent c9334ff commit 7ba97c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XHRefreshControl.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "XHRefreshControl"
s.version = "4.5.2"
s.version = "4.5.3"
s.summary = "XHRefreshControl 是一款高扩展性、低耦合度的下拉刷新、上提加载更多的组件。"
s.homepage = "https://github.com/xhzengAIB/XHRefreshControl"
s.license = "MIT"
s.authors = { "xhzengAIB" => "xhzengAIB@gmail.com" }
s.source = { :git => "https://github.com/xhzengAIB/XHRefreshControl.git", :tag => "v4.5.2" }
s.source = { :git => "https://github.com/xhzengAIB/XHRefreshControl.git", :tag => "v4.5.3" }
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
s.platform = :ios, '5.0'
s.source_files = 'RefreshControl/**/**/*.{h,m}'
Expand Down

0 comments on commit 7ba97c2

Please sign in to comment.