Skip to content

Commit

Permalink
[New Pod] EGOTableViewPullRefresh 0.1: A similar control to the pull …
Browse files Browse the repository at this point in the history
…down to refresh control created by atebits in Tweetie 2.
  • Loading branch information
alloy committed Nov 13, 2011
1 parent 1a5bbd2 commit 5d6c079
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions EGOTableViewPullRefresh/0.1/EGOTableViewPullRefresh.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'EGOTableViewPullRefresh'
s.version = '0.1.0'
s.license = 'MIT'
s.summary = 'A similar control to the pull down to refresh control created by atebits in Tweetie 2.'
s.homepage = 'https://github.com/enormego/EGOTableViewPullRefresh'
s.author = { 'Devin Doty' => 'devin.r.doty@gmail.com' }
s.source = { :git => 'https://github.com/enormego/EGOTableViewPullRefresh.git',
:commit => '743679ffeb6ac02f0afffaac46f318dd2ce6122e' }

s.source_files = 'EGOTableViewPullRefresh/Classes/View/*.{h,m}'
s.resources = 'EGOTableViewPullRefresh/Resources'
s.clean_paths = 'Demo'
end

0 comments on commit 5d6c079

Please sign in to comment.