From 24419500421b10aa595c77d8c75c3909ba555c59 Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Sat, 11 Apr 2020 08:41:36 +0300 Subject: [PATCH] Added darwin package (#1432) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index a12d8fa..b0aacbe 100644 --- a/packages.json +++ b/packages.json @@ -17357,5 +17357,18 @@ "description": "Parse Standard SPDX Licenses from string to Enum", "license": "MIT", "web": "https://github.com/juancarlospaco/parselicense" + }, + { + "name": "darwin", + "url": "https://github.com/yglukhov/darwin", + "method": "git", + "tags": [ + "macos", + "ios", + "binding" + ], + "description": "Bindings to MacOS and iOS frameworks", + "license": "MIT", + "web": "https://github.com/yglukhov/darwin" } ]