Created
July 13, 2012 07:11
-
-
Save AlexDenisov/3103300 to your computer and use it in GitHub Desktop.
Podspec for latest commit of ZUUIRevealViewController
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 = 'ZUUIRevealController' | |
s.version = '0.9.6' | |
s.license = 'MIT like' | |
s.summary = 'Facebook (iOS App) inspired custom ViewControllerContainer.' | |
s.homepage = 'https://github.com/pkluz/ZUUIRevealController' | |
s.author = { 'Philip Kluz' => '[email protected]' } | |
s.source = { :git => 'https://github.com/pkluz/ZUUIRevealController.git', :commit => '0664b4254f4b95895a49ac780b7363fa68a37702' } | |
s.source_files = 'ZUUIRevealController/*.{h,m}' | |
s.description = 'Facebook (iOS App) inspired custom ViewControllerContainer that enables to have a ViewController on top of another.' | |
s.platform = :ios | |
s.framework = 'CoreGraphics' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment