Files
JBChartView/TimeScroller/0.0.1/TimeScroller.podspec
T
2012-03-16 15:43:08 +08:00

18 lines
843 B
Ruby

Pod::Spec.new do |s|
s.name = 'TimeScroller'
s.version = '0.0.1'
s.summary = 'A UI Element that hover beside the scroll bar of a ' \
'UITableView (Mimicking the Path app).'
s.homepage = 'https://github.com/andrewroycarter/TimeScroller'
s.author = { 'Andrew Carter' => 'andrew.r.carter@gmail.com' }
s.source = { :git => 'https://github.com/andrewroycarter/TimeScroller.git',
:commit => '31716e9e35add1474d891b4738c91879d129155c' }
s.description = 'TimeScroller is an effort to reproduce the nifty view ' \
'that hovers beside the scroll bar in the Path app.'
s.platform = :ios
s.source_files = 'TimeScroller/TimeScroller.{h,m}'
s.resources = "TimeScroller/*.png"
s.clean_paths = "TimeScroller/en.lproj", "TimeScroller.xcodeproj"
s.framework = 'QuartzCore'
end