Skip to content

Instantly share code, notes, and snippets.

@yosit
Last active December 17, 2015 04:18
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 yosit/5549026 to your computer and use it in GitHub Desktop.
Save yosit/5549026 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'KissXML'
s.license = 'MIT'
s.summary = 'A replacement for Cocoa\'s NSXML cluster of classes. Based on libxml.'
s.homepage = 'https://github.com/robbiehanson/KissXML'
s.author = { 'Robbie Hanson' => 'robbiehanson@deusty.com' }
s.source = { :git => 'git@github.com:Labgoo/KissXML.git' }
s.source_files = 'KissXML/**/*.{h,m}'
s.library = 'xml2'
s.requires_arc = true
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