Skip to content

Commit

Permalink
Merge pull request CocoaPods#10443 from modocache/update-MDCScrollBar…
Browse files Browse the repository at this point in the history
…Label-0.1.3

[Update] MDCScrollBarLabel 0.1.3
  • Loading branch information
modocache committed Apr 12, 2014
2 parents a92f7da + f3aff31 commit 6307695
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions MDCScrollBarLabel/0.1.3/MDCScrollBarLabel.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'MDCScrollBarLabel'
s.version = '0.1.3'
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.social_media_url = 'https://twitter.com/modocache'
s.source = { :git => 'https://github.com/modocache/MDCScrollBarLabel.git', :tag => "v#{s.version}" }
s.source_files = '*.{h,m}'
s.resources = 'Resources/Images/*.png'
s.requires_arc = true
s.platform = :ios, '5.0'
s.framework = 'UIKit'
end

0 comments on commit 6307695

Please sign in to comment.