Last active
December 17, 2015 04:18
-
-
Save yosit/5549026 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 = '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