From 258b4e390a3f374c8011d15a251e1939f23286b4 Mon Sep 17 00:00:00 2001 From: Bung Date: Mon, 3 May 2021 12:49:13 +0800 Subject: [PATCH] Added package objc_runtime (#1893) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index f87de5b..b59c6c0 100644 --- a/packages.json +++ b/packages.json @@ -22446,5 +22446,17 @@ "description": "Web Technologies based Crossplatform GUI Framework", "license": "MIT", "web": "https://github.com/bung87/crowngui" + }, + { + "name": "objc_runtime", + "url": "https://github.com/bung87/objc_runtime", + "method": "git", + "tags": [ + "objective-c", + "wrapper" + ], + "description": "objective-c runtime bindings", + "license": "LGPL-2.1-or-later", + "web": "https://github.com/bung87/objc_runtime" } ]