aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/cpr/nuget/libcpr.nuspec
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/cpr/nuget/libcpr.nuspec')
-rw-r--r--thirdparty/cpr/nuget/libcpr.nuspec19
1 files changed, 0 insertions, 19 deletions
diff --git a/thirdparty/cpr/nuget/libcpr.nuspec b/thirdparty/cpr/nuget/libcpr.nuspec
deleted file mode 100644
index e47a8c08e..000000000
--- a/thirdparty/cpr/nuget/libcpr.nuspec
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
- <metadata>
- <id>libcpr</id>
- <version>$VERSION$</version>
- <title>C++ Requests: Curl for People</title>
- <authors>Simon Berger</authors>
- <owners>Fabian Sauter, Kilian Traub, many other libcpr contributors</owners>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <license type="expression">MIT</license>
- <icon>resources/cpr.png</icon>
- <readme>README.md</readme>
- <projectUrl>https://github.com/libcpr</projectUrl>
- <description>C++ Requests: Curl for People, a spiritual port of Python Requests.</description>
- <tags>Native, native</tags>
- <language>english</language>
- <repository type="git" url="https://github.com/libcpr/cpr" branch="master" commit="$COMMIT_HASH$" />
- </metadata>
-</package> \ No newline at end of file