aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/unimail-cpp-sdk/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/unimail-cpp-sdk/vcpkg.json')
-rw-r--r--vcpkg/ports/unimail-cpp-sdk/vcpkg.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/unimail-cpp-sdk/vcpkg.json b/vcpkg/ports/unimail-cpp-sdk/vcpkg.json
new file mode 100644
index 0000000..2058642
--- /dev/null
+++ b/vcpkg/ports/unimail-cpp-sdk/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "name": "unimail-cpp-sdk",
+ "version": "0.3.0",
+ "description": "This is a cpp SDK for Unimail. Quickly integrate into your project.",
+ "homepage": "https://github.com/unimails/unimail-cpp-sdk",
+ "license": "BSD-3-Clause",
+ "dependencies": [
+ "nlohmann-json",
+ "restclient-cpp",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}