From db5a0b15cf3a47cf5820084878d137dc0cac0370 Mon Sep 17 00:00:00 2001 From: Dan Federman Date: Sun, 20 Oct 2024 10:38:04 -0700 Subject: [PATCH] Add libraries maintained by dfed --- contents.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/contents.json b/contents.json index 19742986..33f43e92 100644 --- a/contents.json +++ b/contents.json @@ -1268,6 +1268,12 @@ "description": "A way to do a dependency injection without a DI container.", "homepage": "https://github.com/devxoul/Pure" }, + { + "title": "SafeDI", + "category": "dependency-injection", + "description": "Compile-time safe dependency injection.", + "homepage": "https://github.com/dfed/safedi" + }, { "title": "Swinject", "category": "dependency-injection", @@ -3074,6 +3080,12 @@ "description": "Simple static wrapper for the iOS Keychain to allow you to use it in a similar fashion to user defaults.", "homepage": "https://github.com/jrendel/SwiftKeychainWrapper" }, + { + "title": "Valet", + "category": "keychain", + "description": "Valet lets you securely store data in the Keychain without knowing a thing about how the Keychain works. It’s easy. We promise.", + "homepage": "https://github.com/square/Valet" + }, { "title": "BlueSignals", "category": "system", @@ -5029,6 +5041,13 @@ "reactive" ] }, + { + "title": "AsyncQueue", + "category": "concurrency", + "description": "A library of queues that enable sending ordered tasks from synchronous to asynchronous contexts.", + "homepage": "https://github.com/dfed/swift-async-queue", + "tags": ["linux", "macOS", "iOS", "tvOS", "watchOS", "visionOS", "6.0"] + }, { "title": "EFQRCode", "category": "barcode", @@ -6463,6 +6482,12 @@ "description": "Elastic pull to refresh.", "homepage": "https://github.com/gontovnik/DGElasticPullToRefresh" }, + { + "title": "CacheAdvance", + "category": "other-data", + "description": "A performant cache for logging systems. CacheAdvance persists log events 30x faster than SQLite.", + "homepage": "https://github.com/dfed/CacheAdvance" + }, { "title": "CoreXLSX", "category": "other-data",