Mercurial > minori
diff dep/pugixml/scripts/pugixml.podspec @ 367:8d45d892be88 default tip
*: instead of pugixml, use Qt XML features
this means we have one extra Qt dependency though...
author | Paper <paper@tflc.us> |
---|---|
date | Sun, 17 Nov 2024 22:55:47 -0500 |
parents | 886f66775f31 |
children |
line wrap: on
line diff
--- a/dep/pugixml/scripts/pugixml.podspec Sun Nov 17 19:56:01 2024 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -Pod::Spec.new do |s| - s.name = "pugixml" - s.version = "1.14" - 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