Skip to content

Instantly share code, notes, and snippets.

@phillbaker
Created July 26, 2012 21:53
Show Gist options
  • Save phillbaker/3184825 to your computer and use it in GitHub Desktop.
Save phillbaker/3184825 to your computer and use it in GitHub Desktop.
MJPopupViewController v0.0.0
Pod::Spec.new do |s|
s.name = 'MJPopupViewController'
s.version = '0.0.0'
s.platform = :ios
s.summary = 'A UIViewController Category to display a ViewController as a popup with different transition effects.'
s.homepage = 'https://github.com/martinjuhasz/MJPopupViewController'
s.author = { 'Martin Juhasz' => 'martin@martinjuhasz.de' }
s.source = { :git => 'https://github.com/martinjuhasz/MJPopupViewController.git', :commit => '45ac970c38ed5240a111b9047cc39b5413d42f6e' }
s.source_files = 'Source'
s.frameworks = 'QuartzCore', 'CoreGraphics'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment