Created
July 26, 2012 21:53
-
-
Save phillbaker/3184825 to your computer and use it in GitHub Desktop.
MJPopupViewController v0.0.0
This file contains hidden or 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 = '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' => '[email protected]' } | |
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