[Add] ODRefreshControl 1.0.0

This commit is contained in:
Fabio Ritrovato
2012-09-11 00:49:16 +02:00
parent 55766b8c43
commit d3d9b2c5dd
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = 'ODRefreshControl'
s.version = '1.0.0'
s.license = 'MIT'
s.summary = "A pull down to refresh control like the one in Apple's iOS6 Mail App."
s.homepage = 'https://github.com/Sephiroth87/ODRefreshControl'
s.author = { 'Fabio Ritrovato' => 'fabio@orangeinaday.com' }
s.source = { :git => 'https://github.com/Sephiroth87/ODRefreshControl.git', :tag => '1.0.0' }
s.description = 'ODRefreshControl is a "pull down to refresh" control for UIScrollView,' \
'like the one Apple introduced in iOS6, but available to anyone from iOS4 and up.'
s.platform = :ios
s.source_files = 'ODRefreshControl/ODRefreshControl*.{h,m}'
s.clean_path = 'Demo'
s.framework = 'QuartzCore'
s.requires_arc = true
end