Files
JBChartView/TouchXML/0.1/TouchXML.podspec
T
2012-06-29 15:37:34 +02:00

15 lines
583 B
Ruby

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', :tag => '0.1' }
s.source_files = 'Source/**/*.{h,m}'
s.requires_arc = true
s.library = 'xml2'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
end