Skip to content

Commit

Permalink
add RaptureXML fork that support manipulation
Browse files Browse the repository at this point in the history
  • Loading branch information
siuying committed May 5, 2013
1 parent 108f875 commit 170f54b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions RaptureXML@siuying/1.0.1.1/RaptureXML.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'RaptureXML'
s.version = '1.0.1.1'
s.license = 'MIT'
s.summary = 'A simple, sensible, block-based XML API for iOS and Mac development. This fork allow users to XML manipulation.'
s.homepage = 'https://github.com/siuying/RaptureXML'
s.author = { 'John Blanco' => '[email protected]', 'Francis Chong' => '[email protected]' }
s.source = { :git => 'https://github.com/siuying/RaptureXML.git', :tag => s.version.to_s }
s.source_files = 'RaptureXML/*'

s.libraries = 'z', 'xml2'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
s.requires_arc = true
end

0 comments on commit 170f54b

Please sign in to comment.