view dep/pugixml/scripts/pugixml.podspec @ 85:c69230dc2b5d

*: cleanup includes
author Paper <mrpapersonic@gmail.com>
date Sun, 29 Oct 2023 00:57:03 -0400
parents d10b6c6b432e
children a45edd073f9e
line wrap: on
line source

Pod::Spec.new do |s|
  s.name         = "pugixml"
  s.version      = "1.13"
  s.summary      = "C++ XML parser library."
  s.homepage     = "https://pugixml.org"
  s.license      = "MIT"
  s.author       = { "Arseny Kapoulkine" => "arseny.kapoulkine@gmail.com" }
  s.platform     = :ios, "7.0"
  
  s.source = { :git => "https://github.com/zeux/pugixml.git", :tag => "v" + s.version.to_s }

  s.source_files  = "src/**/*.{hpp,cpp}"
  s.header_mappings_dir = "src"
end