Skip to content

Commit

Permalink
Merge pull request #1846 from dfed/patch-1
Browse files Browse the repository at this point in the history
Add libraries maintained by dfed
  • Loading branch information
matteocrippa authored Oct 21, 2024
2 parents 5dbd852 + 7e4dff8 commit 34642b6
Showing 1 changed file with 31 additions and 6 deletions.
37 changes: 31 additions & 6 deletions contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@
"title": "swift-package-manager",
"category": "dependency-managers",
"description": "SPM is the Package Manager for the Swift Programming Language.",
"homepage": "https://github.com/apple/swift-package-manager"
"homepage": "https://github.com/swiftlang/swift-package-manager"
},
{
"title": "Design-Patterns-In-Swift",
Expand Down Expand Up @@ -1198,7 +1198,7 @@
"title": "MusicKit",
"category": "audio",
"description": "A framework for composing and transforming music.",
"homepage": "https://github.com/vprtwn/MusicKit"
"homepage": "https://github.com/0thernet/MusicKit"
},
{
"title": "Cely",
Expand Down 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 @@ -2310,7 +2316,7 @@
"title": "SwiftyGif",
"category": "images",
"description": "High performance GIF engine.",
"homepage": "https://github.com/kirualex/SwiftyGif"
"homepage": "https://github.com/alexiscreuzot/SwiftyGif"
},
{
"title": "Toucan",
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 @@ -3729,7 +3741,7 @@
"title": "SwiftCharts",
"category": "chart",
"description": "Highly customizable charts for iOS.",
"homepage": "https://github.com/owlmafia/SwiftCharts"
"homepage": "https://github.com/ivnsch/SwiftCharts"
},
{
"title": "SwiftyWalkthrough",
Expand Down Expand Up @@ -4422,7 +4434,7 @@
"title": "SwiftTweaks",
"category": "utility",
"description": "Tweak your iOS app without recompiling.",
"homepage": "https://github.com/khan/swifttweaks"
"homepage": "https://github.com/bryanjclark/SwiftTweaks"
},
{
"title": "SwiftValidators",
Expand Down Expand Up @@ -4627,7 +4639,7 @@
"title": "Swift Module Template",
"category": "boilerplates",
"description": "An opinionated starting point for awesome, reusable modules.",
"homepage": "https://github.com/fulldecent/swift5-module-template"
"homepage": "https://github.com/fulldecent/swift6-module-template"
},
{
"title": "Toybox",
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 34642b6

Please sign in to comment.