aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2018-11-12 08:01:42 -0800
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2018-11-12 12:28:54 -0800
commitfa686f004a2d35e8e50ea52589e3a4b8b5313bf0 (patch)
treed5642e313e3dbfed79758fe2455011eecdb1de3c /scripts
parentd3dd79d54df982dff12c057487b4f464c007034a (diff)
downloadpugixml-fa686f004a2d35e8e50ea52589e3a4b8b5313bf0.zip
pugixml-fa686f004a2d35e8e50ea52589e3a4b8b5313bf0.tar.gz
pugixml-fa686f004a2d35e8e50ea52589e3a4b8b5313bf0.tar.bz2
Update all URLs to pugixml.org to https://
Diffstat (limited to 'scripts')
-rw-r--r--scripts/nuget/pugixml.nuspec6
-rw-r--r--scripts/pugixml.podspec2
2 files changed, 4 insertions, 4 deletions
diff --git a/scripts/nuget/pugixml.nuspec b/scripts/nuget/pugixml.nuspec
index 5f9fac0..072d7c4 100644
--- a/scripts/nuget/pugixml.nuspec
+++ b/scripts/nuget/pugixml.nuspec
@@ -7,14 +7,14 @@
<authors>Arseny Kapoulkine</authors>
<owners>Arseny Kapoulkine</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
- <licenseUrl>http://pugixml.org/license.html</licenseUrl>
- <projectUrl>http://pugixml.org/</projectUrl>
+ <licenseUrl>https://pugixml.org/license.html</licenseUrl>
+ <projectUrl>https://pugixml.org/</projectUrl>
<iconUrl>https://github.com/zeux/pugixml/logo.svg</iconUrl>
<description>pugixml is a C++ XML processing library, which consists of a DOM-like interface with rich traversal/modification capabilities, an extremely fast XML parser which constructs the DOM tree from an XML file/buffer, and an XPath 1.0 implementation for complex data-driven tree queries. Full Unicode support is also available, with Unicode interface variants and conversions between different Unicode encodings (which happen automatically during parsing/saving).
pugixml is used by a lot of projects, both open-source and proprietary, for performance and easy-to-use interface.
This package contains builds for VS2013, VS2015 and VS2017, for both statically linked and DLL CRT; you can switch the CRT linkage in Project -> Properties -> Referenced Packages -> pugixml.</description>
<summary>Light-weight, simple and fast XML parser for C++ with XPath support</summary>
- <releaseNotes>http://pugixml.org/docs/manual.html#changes</releaseNotes>
+ <releaseNotes>https://pugixml.org/docs/manual.html#changes</releaseNotes>
<copyright>Copyright (c) 2006-2018 Arseny Kapoulkine</copyright>
<tags>native nativepackage</tags>
</metadata>
diff --git a/scripts/pugixml.podspec b/scripts/pugixml.podspec
index 954f2cd..ccffc4c 100644
--- a/scripts/pugixml.podspec
+++ b/scripts/pugixml.podspec
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = "pugixml"
s.version = "1.9"
s.summary = "C++ XML parser library."
- s.homepage = "http://pugixml.org"
+ s.homepage = "https://pugixml.org"
s.license = "MIT"
s.author = { "Arseny Kapoulkine" => "arseny.kapoulkine@gmail.com" }
s.platform = :ios, "7.0"