Skip to content

Instantly share code, notes, and snippets.

@stevemoser
Created July 2, 2013 02:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevemoser/5906298 to your computer and use it in GitHub Desktop.
Save stevemoser/5906298 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'MHNatGeoViewControllerTransition'
s.version = '0.0.1'
s.summary = 'A new ViewController transition inspired by NatGeo City Guides by National Geographic.'
s.homepage = 'https://github.com/michaelhenry/MHNatGeoViewControllerTransition'
s.author = 'Michael Henry'
s.source = { :git => 'https://github.com/michaelhenry/MHNatGeoViewControllerTransition.git' }
s.source_files = 'MHNatGeoViewControllerTransition/*'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment