Skip to content

Commit

Permalink
Clean up podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
samvermette committed Mar 6, 2013
1 parent 525c0cc commit 0d61727
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions RaptureXML.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = 'RaptureXML'
s.version = '1.0.0'
s.license = 'MIT'
s.summary = 'RaptureXML is a simple, block-based XML library for the iOS platform that provides an expressive API that makes XML processing freakin\' fun for once in my life.'
s.homepage = 'https://github.com/ZaBlanc/RaptureXML'
s.author = { 'John Blanco' => 'zablanc@gmail.com' }
s.source = { :git => 'https://github.com/ZaBlanc/RaptureXML.git', :tag => '1.0.0' }
s.platform = :ios
s.source_files = 'RaptureXML/*'
s.name = 'RaptureXML'
s.version = '1.0.1'
s.license = 'MIT'
s.summary = 'A simple, sensible, block-based XML API for iOS and Mac development.'
s.homepage = 'https://github.com/ZaBlanc/RaptureXML'
s.author = { 'John Blanco' => 'zablanc@gmail.com' }
s.source = { :git => 'https://github.com/ZaBlanc/RaptureXML.git', :tag => s.version.to_s }
s.platform = :ios
s.source_files = 'RaptureXML/*'

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

0 comments on commit 0d61727

Please sign in to comment.