Skip to content

Instantly share code, notes, and snippets.

@azeitler
Forked from bartvandendriessche/TouchXML.podspec
Last active August 29, 2015 14:08
Show Gist options
  • Save azeitler/162436f905289720f7e2 to your computer and use it in GitHub Desktop.
Save azeitler/162436f905289720f7e2 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/doPanic/TouchXML'
s.author = { 'Jonathan Wight' => 'schwa@toxicsoftware.com' }
s.source = { :git => 'https://github.com/doPanic/TouchXML.git', :commit => '5da25c16f20de52792bcb5cc3ea4c9dff4646e8f' }
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