Skip to content

Instantly share code, notes, and snippets.

@yosit
Last active December 17, 2015 04:18
Show Gist options
  • 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' => '[email protected]' }
s.source = { :git => '[email protected]: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