Swiftpack.co - Swift Packages by rryam

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

Packages published by rryam

rryam/MusadoraKit v4.2.0
The ultimate companion to MusicKit.
⭐️ 292
🕓 1 week 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.
Version 4.2.0
1 week ago
# New in This Release Removed `MusadoraLabsKit`
Version 4.1.1
2 weeks ago
# New in this Release - Added more places to use userToken and debug library-related items in the simulator itself!
Version 4.1.0
8 weeks ago
# New in this Release - Added a new `MUserRequest` to add your userToken and debug library-related items in the simulator itself!
Version 4.0.0
10 weeks ago
# New in This Release - Complete support for visionOS 1.0! 👓 👓 👓 - Updated the Musadora sample project to build natively on Apple Vision Pro. 🎉
Version 3.4.1
11 weeks ago
# New in this release Fix some changes related to visionOS, some tests and a few warnings.
Version 3.4.0
11 weeks ago
# New in this Release Support for visionOS 1.0! 🕶️
Version 3.3.4
18 weeks ago
Version 3.3.3
18 weeks ago
# New in this Release You can do: ```swift let sections = MLibrary.songsForAlbums() sections.forEach { album in try APlayer.shared.play(album: album) } ```
Version 3.3.2
24 weeks ago
# New in this Release Updated documentation.
Version 3.3.1
36 weeks ago
# New in this release Add more documentation for library playlists, creating and updating them.
iOS macOS watchOS tvOS
rryam/QuoteKit 1.5.0
A framework to use the free APIs provided by https://quotable.io
⭐️ 19
🕓 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.
Version 1.5.0
1 year ago
# Version 1.5.0 Updated for 2023 with code changes. **Full Changelog**: https://github.com/rryam/QuoteKit/compare/1.2.0...1.5.0
Update for backward compatibility of Swift’s new concurrency system
2 years ago
Hi there! This update contains backward compatibility of Swift's new concurrency system! In simple terms, you can use async/await syntax targeting iOS 13, macOS Catalina, watchOS 6, and tvOS 13! Do note you have to use Xcode 13.2+ Happy coding!
1.1.0 Support for iOS 13, macOS 11, tvOS 13 and watchOS 6!
2 years ago
While we wait and hope that the new async/await is backported to support the older version of iOS and other platforms, I modified QuoteKit to support completion handlers so that you can use it for iOS 13, macOS 11, tvOS 13 and watchOS 6!
1.0.0 First Release!
2 years ago
This release contains more tests and all the APIs for you to create wonderful quote apps! It is currently being used in my app "Quoting" that I plan to release soon for iOS 15! Enjoy!
Add search API
2 years ago
The search API is in beta in https://github.com/lukePeavey/quotable, but you can use it in RRQuotableKit.
0.1.1 First Release
2 years ago
The RRQuotableKit is a framework to use the free APIs provided by [Quotable](https://github.com/lukePeavey/quotable). It uses the latest async/await syntax for easy access and contains all the APIs like fetching a random quote, all quotes, authors and tags.
iOS macOS watchOS tvOS
rryam/RRComponentsKit v0.1
Reusable components to maintain consistency across all my apps.
⭐️ 7
🕓 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.
Version 0.4.1
11 weeks ago
Update for visionOS
Version 0.4.0
11 weeks ago
lkj
Version 0.3.0
1 year ago
More reusable views
2 years ago
Initial Version
2 years ago
iOS
rryam/MusanovaKit v0.2.0
Explore and experiment with private Apple Music API endpoints.
⭐️ 4
🕓 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.
Version 0.2.0
1 year ago
# New in this release Added `MSummaries.milestones(forYear:musicItemTypes:developerToken:)` Here's an example of how to use it: ```swift do { let milestones = try await MSummaries.milestones(forYear: 2023, developerToken: "your_developer_token") for milestone in milestones { print("ID: \(milestone.id), Listen Time: \(milestone.listenTimeInMinutes)") print("Date Reached: \(milestone.dateReached), Value: \(milestone.value)") print("Kind: \(milestone.kind)") } } catch { print(error) } ```
Version 0.1.0
1 year ago
# New in this release Added `MReplay.searchSummaries(developerToken: "developer_token")`. Here's an example of how to use it: ```swift do { let summaries = try await MReplay.searchSummaries(developerToken: "developer_token") for summary in summaries { print("Year: \(summary.year), playlist: \(summary.playlist)") } } catch { print(error) } ```
iOS macOS watchOS tvOS

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