Files
JBChartView/ODRefreshControl/0.0.1/ODRefreshControl.podspec
T
2012-07-20 11:09:38 +02:00

19 lines
728 B
Ruby

Pod::Spec.new do |s|
s.name = 'ODRefreshControl'
s.version = '0.0.1'
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 = 'Sephiroth87'
s.source = { :git => 'https://github.com/Sephiroth87/ODRefreshControl.git', :commit => '464f80c793' }
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.framework = 'QuartzCore'
s.requires_arc = true
end