Skip to content

Instantly share code, notes, and snippets.

@sey
Last active December 21, 2015 05:58
Show Gist options
  • Save sey/6260494 to your computer and use it in GitHub Desktop.
Save sey/6260494 to your computer and use it in GitHub Desktop.
SVGKit Podspec v1.1.0
# TODO JSONKit does *not* support GC, we need to specify that.
Pod::Spec.new do |s|
s.name = 'SVGKit'
s.version = '1.1.0'
s.summary = '.'
s.homepage = 'https://github.com/SVGKit/SVGKit'
s.author = 'adamgit'
s.source = { :git => 'https://github.com/SVGKit/SVGKit.git', :commit => 'f1eabd1861642362a705eb2a646c74c52eb893ea' }
s.source_files = 'Source/*{.h,m}', 'Source/**/*.{h,m}', 'XCodeProjectData/SVGKit-iOS/*.pch'
s.libraries = 'xml2'
s.framework = 'QuartzCore', 'CoreText'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment