Skip to content

Commit

Permalink
Add XHRefreshControl.podspec v0.1 file
Browse files Browse the repository at this point in the history
  • Loading branch information
xhzengAIB committed Jun 10, 2014
1 parent fdd82cf commit 6ca2431
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions XHRefreshControl.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "XHRefreshControl"
s.version = "0.1"
s.summary = "XHRefreshControl 是一款高扩展性、低耦合度的下拉刷新、上提加载更多的组件。"
s.homepage = "https://github.com/xhzengAIB/XHRefreshControl"
s.license = "GPL v2"
s.authors = { "xhzengAIB" => "xhzengAIB@gmail.com" }
s.source = { :git => "https://github.com/xhzengAIB/XHRefreshControl.git", :tag => "v0.1" }
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
s.platform = :ios, '5.0'
s.source_files = 'RefreshControl/*.{h,m}'
s.requires_arc = true
end

0 comments on commit 6ca2431

Please sign in to comment.