Swiftpack.co - Swift Packages by adamwulf

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by adamwulf

adamwulf/PerformanceBezier 1.3.2
A small library to dramatically speed up common operations on UIBezierPath, and also bring its functionality closer to NSBezierPath
⭐️ 358
🕓 1 year ago
adamwulf/ClippingBezier 1.2.5
ClippingBezier calculates intersection points, paths, and shapes between two UIBezierPaths
⭐️ 248
🕓 12 weeks ago
adamwulf/PonyExpress 2.0.2
Type-safe NotificationCenter alternative for Swift
⭐️ 10
🕓 49 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
2.0.1
1 year ago
Adds the ability to register blocks or methods without any parameters. ``` swift postOffice.register(ExampleVerifiedMail.self, recipient, SpecificRecipient.receiveVerifiedMail) // or postOffice.register(sender: sender1, ExampleVerifiedMail.self) { ... } ``` This currently works for `VerifiedMail` notifications only. UnverifiedMail will be added in a future version.
2.0.0
1 year ago
Update `Mail` to be either `VerifiedMail` or `UnverifiedMail`. All `VerifiedMail` must define a sender type and must be posted by an object of that type. `UnverifiedMail` can be posted by any sender type.
1.0.1
1 year ago
Moves `Locks` repo to `.upToNextMajor(from: "1.0.0")`. Adds locking around observer recipient id.
1.0.0
1 year ago
Initial release of `PonyExpress`!
iOS macOS
adamwulf/Locks 1.0.0
NSLock alternatives from https://www.vadimbulavin.com/atomic-properties/
⭐️ 2
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.0.0
1 year ago
Initial release
iOS macOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics