Skip to content

Commit

Permalink
[Update] MDCParallaxView (0.1.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
modocache committed Mar 23, 2013
1 parent e1653f4 commit 463cb1c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions MDCParallaxView/0.1.2/MDCParallaxView.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'MDCParallaxView'
s.version = '0.1.2'
s.summary = 'Create a parallax effect using a custom container view, much like the top view of Path\'s timeline.'
s.homepage = 'https://github.com/modocache/MDCParallaxView'
s.license = 'MIT'
s.author = { 'modocache' => 'modocache@gmail.com' }
s.source = { :git => 'https://github.com/modocache/MDCParallaxView.git', :tag => "v#{s.version}" }
s.source_files = '*.{h,m}'
s.requires_arc = true
s.platform = :ios, '5.0'
s.framework = 'UIKit'
end

0 comments on commit 463cb1c

Please sign in to comment.