Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AlexDenisov/3103300 to your computer and use it in GitHub Desktop.
Save AlexDenisov/3103300 to your computer and use it in GitHub Desktop.
Podspec for latest commit of ZUUIRevealViewController
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