Mercurial > minori
comparison 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 |
comparison
equal
deleted
inserted
replaced
366:886f66775f31 | 367:8d45d892be88 |
---|---|
1 Pod::Spec.new do |s| | |
2 s.name = "pugixml" | |
3 s.version = "1.14" | |
4 s.summary = "C++ XML parser library." | |
5 s.homepage = "https://pugixml.org" | |
6 s.license = "MIT" | |
7 s.author = { "Arseny Kapoulkine" => "arseny.kapoulkine@gmail.com" } | |
8 s.platform = :ios, "7.0" | |
9 | |
10 s.source = { :git => "https://github.com/zeux/pugixml.git", :tag => "v" + s.version.to_s } | |
11 | |
12 s.source_files = "src/**/*.{hpp,cpp}" | |
13 s.header_mappings_dir = "src" | |
14 end |