Skip to content

Instantly share code, notes, and snippets.

@bartvandendriessche
Created December 10, 2012 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bartvandendriessche/4249576 to your computer and use it in GitHub Desktop.
Save bartvandendriessche/4249576 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'TouchXML'
s.version = '0.1'
s.license = 'Simplified BSD License'
s.summary = "TouchXML is a lightweight replacement for Cocoa's NSXML* cluster of classes."
s.homepage = 'https://github.com/TouchCode/TouchXML'
s.author = { 'Jonathan Wight' => 'schwa@toxicsoftware.com' }
s.source = { :git => 'https://github.com/TouchCode/TouchXML.git', :commit => '7bd9f17adb5642b75bb0ebe381c18ec93c406832' }
s.source_files = 'Source/**/*.{h,m}'
s.requires_arc = true
s.library = 'xml2'
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