Created
December 17, 2012 23:19
-
-
Save anonymous/4323386 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 = 'PocketSVG' | |
s.version = '0.0.1' | |
s.license = 'Attribution-ShareAlike 3.0 Unported' | |
s.summary = 'Easily convert your SVG files into CGPaths, CAShapeLayers, and UIBezierCurves.' | |
s.homepage = 'https://github.com/arielelkin/PocketSVG' | |
s.author = { 'Ariel Elkin' => ' [email protected]' } | |
s.source = { :git => 'git://github.com/arielelkin/PocketSVG.git' } | |
s.source_files = '*.{h,m}' | |
s.frameworks << "QuartzCore" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment