Skip to content

Commit

Permalink
update XHRefreshControl v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xhzengAIB committed Jun 27, 2014
1 parent 00513ef commit e313576
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 = "0.1.7"
s.version = "0.1.8"
s.summary = "XHRefreshControl 是一款高扩展性、低耦合度的下拉刷新、上提加载更多的组件。"
s.homepage = "https://github.com/xhzengAIB/XHRefreshControl"
s.license = "GPL v2"
s.license = "MIT"
s.authors = { "xhzengAIB" => "[email protected]" }
s.source = { :git => "https://github.com/xhzengAIB/XHRefreshControl.git", :tag => "v0.1.7" }
s.source = { :git => "https://github.com/xhzengAIB/XHRefreshControl.git", :tag => "v0.1.8" }
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
s.platform = :ios, '5.0'
s.source_files = 'RefreshControl/*.{h,m}'
Expand Down

0 comments on commit e313576

Please sign in to comment.