Files
JBChartView/PullToRefreshView/0.0.1/PullToRefreshView.podspec
T
Brad Taylor 0c6b83fc84 Point PullToRefreshView at a different fork
Chpwn has moved to a different username and removed the
PullToRefreshView repository.  Point PullToRefreshView to my public
mirror instead.
2012-09-04 15:21:04 -07:00

14 lines
572 B
Ruby

Pod::Spec.new do |s|
s.name = 'PullToRefreshView'
s.version = '0.0.1'
s.platform = :ios
s.license = 'MIT'
s.summary = 'A UIView for easily implementing pull-to-refresh functionality in a UIScrollView that doesn\'t suck.'
s.homepage = 'https://github.com/btaylor/PullToRefreshView'
s.author = { 'Grant Paul' => 'chpwn@chpwn.com' }
s.source = { :git => 'https://github.com/btaylor/PullToRefreshView.git', :tag => '0.0.1' }
s.source_files = '*.{h,m}'
s.framework = 'QuartzCore'
s.resources = '*.png'
end