Swiftpack.co - Swift Packages by tarunon

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

Packages published by tarunon

tarunon/XCTAssertNoLeak 0.3.2
Provides assert function that check memory leak in Swift.
⭐️ 363
🕓 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 year ago
2 years ago
Fix build problem on carthage.
4 years ago
Add `.ignoreChildren` flag in `CustomTraversable`. We can turn off child object's memory leak tracking if this flag make true.
4 years ago
- Support Swift 5.1 - Ignore assertion of NSCoding class object. (working as same as value type)
4 years ago
- Support Swift 5.1 - Support SPM officially
4 years ago
Improve assert message. Deprecate set `name` in `context.traverse`, we can understand which is wrong from file/line.
4 years ago
-------------------------------------------------------------------------------- 🎉 Congrats 🚀 XCTAssertNoLeak (0.1.1) successfully published 📅 May 24th, 09:23 🌎 https://cocoapods.org/pods/XCTAssertNoLeak 👍 Tell your friends! --------------------------------------------------------------------------------
Initial release
4 years ago
🎂
iOS macOS watchOS tvOS
tarunon/Instantiate 4.0.1
Type-safe and constructor injectable InterfaceBuilder protocols.
⭐️ 161
🕓 3 years 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.
3 years ago
Fix spm package resolve issue #41
4 years ago
swift 5 support
6 years ago
Swift 4 support
2.2.0
6 years ago
- Support Nib + ViewController implementation. - Redefine NibType and StoryboardType fields. - Adding `LoadViewBeforeInject` protocol, if you implement this protocol, it force load view before `inject` call.
6 years ago
Cross platform Supporting. - macOS 10.11 + - tvOS 9.0 + - Swift 4.0 compatibility - Cocoapods
init
6 years ago
`Instantiate` supports `init(with: Dependency)` and subclassing feature.
1.0.0
7 years ago
Instantiate 1.0.0 is now available. ## Bindable is renamed Injectable `Bindable` is unavailable and renamed `Injectable`. `Bindable.Parameter` will be unavailable, please use `Injectable.Dependency`. `Bindable.bind(_:)` is unavailable and renamed `Injectable.inject(_:)` ## Reusable functions are moved `UITableView.dequeue()` and `UICollectionView.dequeue()` are moved `Reusable.dequeue()`.
7 years ago
Removed `to` from `bind(to parameter: Parameter)`
Initialize
7 years ago
iOS macOS tvOS

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