Swiftpack.co - Swift Packages by heroesofcode

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

Packages published by heroesofcode

heroesofcode/DataLife v1.0.5
DataLife is an observable data storage class written in Swift for iOS, tvOS & macOS.
⭐️ 4
🕓 2 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.
1 week ago
## Requirements - Support for CocoaPods and Carthage has been obsoleted. No new releases will be available on those platforms, starting with 1.3.0. Please use the Swift Package Manager to depend on DataLife. - DataLife now requires iOS 12+, macOS 10.13+ and tvOS 12+.
1 year ago
### Feature - Add support to tvOS ### Fix and improvements - Adjustment and correction of public methods
MacOS Support
1 year ago
### Feature - Add support to MacOS
Carthage Support
2 years ago
Add support to carthage
Fix in constructor in DataLifeViewModel
3 years ago
- Fix in constructor in DataLifeViewModel
Setup DataLifeViewModel
3 years ago
- Setup DataLifeViewModel
Fix DataLife
3 years ago
- Fix method observer in DataLife
Fix DataLife
3 years ago
- Fix DataLife
Init DataLife
3 years ago
- Initialize DataLife
iOS macOS tvOS
heroesofcode/ViewState 1.4.0
ViewState is a library written in Swift for iOS, tvOS & macOS. It returns the results for each state
⭐️ 2
🕓 5 days 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.
5 days ago
## Requirements - Support for CocoaPods and Carthage has been obsoleted. No new releases will be available on those platforms, starting with 1.4.0. Please use the Swift Package Manager to depend on ViewState. - ViewState now requires iOS 12+, macOS 10.15+ and tvOS 12+.
3 weeks ago
### Change - Please we are supporting these releases on CocoaPods **ios deployment target = '11.0' osx deployment target = '10.15'** - We are not supporting tvOS on CocoaPods please use SPM - Version change in SPM iOS(.v11), macOS(.v10_15) and tvOS(.v13) ### Fix - Colon SwiftLint error
1 year ago
### Fix - Correction of the protocol that was deprecated
tvOS Support
1 year ago
- Add support to tvOS
MacOS Support
1 year ago
### Feature - Add support to MacOS
2 years ago
- Add CI - Add Unit Test - Setup carthage support
Release version 1.1.0
2 years ago
- Updated how to use in Readme
Fix readme
3 years ago
* Fix
Fix View State
3 years ago
* Fix
Add View State Swift Package Manager
3 years ago
* Now Swift Package Manager
iOS macOS tvOS
heroesofcode/MagicImages 1.2.0
Magic Image is a library to facilitate the development of the image in various ways for iOS & tvOS
⭐️ 2
🕓 10 hours 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.
SwiftUI Support
11 hours ago
## What's new? Starting with version 1.2.0, MagicImages will be supporting SwiftUI ## How to use? ```swift MagicImagesUI(url: "www.example.com/image.jpg") .frame(width: 300, height: 300) .cornerRadius(20) ```
New parameters
5 weeks ago
- Added new parameters to load local image - Improved project structure ```swift MagicImages(image: imageView).start(name: "IMAGE NAME") MagicImages(image: imageView).start(uiImage: UIImage(systemName: "heart.fill")) ```
5 weeks ago
### Fix - Fix SwiftLint error (For where) ### Change - We will no longer support CocoaPods and Carthage, we will remain in Swift Package Manager only
tvOS Support
1 year ago
- Add support to tvOS
1 year ago
- Add support to Carthage and CocoaPods
1 year ago
### Fix - Fix support maskedCorners to iOS 11
1 year ago
#### Feature - Add support to Interface Builder - Circle and Rounded Edges #### Change - Remove mask corners and add rounded corners - Before .isSides(measure: 50, mask: [.layerMaxXMaxYCorner, .layerMinXMinYCorner]) and now .isSides([.topLeft, .bottomRight], measures: 50)
2 years ago
<b>Features</b> - Now the framework is more secure, continuous integration has been added to build and verify the tests.
Release version 0.0.2
2 years ago
iOS tvOS

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