Files
JBChartView/MDCScrollBarLabel/0.1.0/MDCScrollBarLabel.podspec
T
modocache c39e59e699 Adopt semantic versioning for MDCScrollBarLabel.
- Update version of MDCScrollBarLabel from v0.0.1 to v0.1.0.
2012-08-19 18:03:28 -04:00

14 lines
518 B
Ruby

Pod::Spec.new do |s|
s.name = 'MDCScrollBarLabel'
s.version = '0.1.0'
s.summary = 'Like Path\'s timestamp scrollbar label.'
s.homepage = 'https://github.com/modocache/MDCScrollBarLabel'
s.license = 'MIT'
s.author = { 'modocache' => 'modocache@gmail.com' }
s.source = { :git => 'https://github.com/modocache/MDCScrollBarLabel.git', :tag => 'v0.1.0' }
s.source_files = '*.{h,m}'
s.requires_arc = true
s.platform = :ios, '5.0'
s.framework = 'UIKit'
end