Skip to content

Commit

Permalink
[New Pod] PullToRefresh 0.0.1: A simple iPhone TableViewController fo…
Browse files Browse the repository at this point in the history
…r adding pull-to-refresh functionality.
  • Loading branch information
Mo Mobarak authored and alloy committed Nov 19, 2011
1 parent c50096d commit 61e1842
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions PullToRefresh/0.0.1/PullToRefresh.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Pod::Spec.new do |s|
s.name = 'PullToRefresh'
s.version = '0.0.1'
s.summary = 'A simple iPhone TableViewController for adding pull-to-refresh functionality.'
s.homepage = 'https://github.com/leah/PullToRefresh'
s.author = { 'Leah Culver' => 'leah.culver@gmail.com' }
s.source = { :git => 'git://github.com/leah/PullToRefresh.git', :commit => '6ae5ed942bccd57029312da0106ab4a55f29289d' }
s.source_files = 'Classes'
end

0 comments on commit 61e1842

Please sign in to comment.