Skip to content

Instantly share code, notes, and snippets.

@snatchev
Forked from anonymous/PocketSVG.podspec
Created December 17, 2012 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snatchev/4323392 to your computer and use it in GitHub Desktop.
Save snatchev/4323392 to your computer and use it in GitHub Desktop.
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' => 'ariel@arivibes.com' }
s.source = { :git => 'git://github.com/arielelkin/PocketSVG.git' }
s.ios.source_files = '*.{h,m}'
s.osx.source_files = '*.{h,m}'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment