Created
July 2, 2013 02:07
-
-
Save stevemoser/5906298 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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