Skip to content

Commit

Permalink
Add libraries maintained by dfed
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Oct 20, 2024
1 parent 5dbd852 commit db5a0b1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit db5a0b1

Please sign in to comment.