comparison dep/pugixml/scripts/pugixml.podspec @ 55:d10b6c6b432e

add xml lib, we will need to use it eventually
author Paper <mrpapersonic@gmail.com>
date Tue, 26 Sep 2023 12:37:08 -0400
parents
children a45edd073f9e
comparison
equal deleted inserted replaced
54:466ac9870df9 55:d10b6c6b432e
1 Pod::Spec.new do |s|
2 s.name = "pugixml"
3 s.version = "1.13"
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