Created
August 23, 2012 13:41
-
-
Save mattyohe/3436701 to your computer and use it in GitHub Desktop.
TouchXML
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'TouchXML' | |
s.version = '0.2' | |
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' => '[email protected]' } | |
s.source = { :git => 'https://github.com/TouchCode/TouchXML.git', :commit => '7bd9f17adb5642' } | |
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