c39e59e699
- Update version of MDCScrollBarLabel from v0.0.1 to v0.1.0.
14 lines
518 B
Ruby
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
|