Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@ All user-facing strings are managed through `Localizable.xcstrings` (the String

## Dependencies

- [FRadioPlayer](https://github.com/fethica/FRadioPlayer) --streaming and metadata
- [LNPopupController](https://github.com/LeoNatan/LNPopupController) --now playing popup bar
- [NVActivityIndicatorView](https://github.com/ninjaprox/NVActivityIndicatorView) --loading indicators
- [MarqueeLabel](https://github.com/cbpowell/MarqueeLabel) --scrolling text labels
| Library | Purpose |
|---------|---------|
| [FRadioPlayer](https://github.com/fethica/FRadioPlayer) | Streaming, metadata parsing, iTunes album art |
| [LNPopupController](https://github.com/LeoNatan/LNPopupController) | Now playing popup bar |
| [NVActivityIndicatorView](https://github.com/ninjaprox/NVActivityIndicatorView) | Loading indicators |
| [MarqueeLabel](https://github.com/cbpowell/MarqueeLabel) | Scrolling text labels |

All managed via Swift Package Manager.

Expand All @@ -68,9 +70,9 @@ Contributions are welcome. Please branch off [`dev`](https://github.com/analogco

## Single Station Version

Looking for a simpler, single-station version? It skips the station list and launches straight into the player.
Looking for a simpler, single-station version? It skips the station list and launches straight into the player. One purchase now includes **both the iOS and Android** single-station projects.

[![Buy on Payhip](https://img.shields.io/badge/Buy-Single%20Station-blue)](https://payhip.com/b/x15QB)
[![Buy on Payhip](https://img.shields.io/badge/Buy-Single%20Station%20iOS%20%2B%20Android-blue)](https://payhip.com/b/x15QB)

All proceeds go directly toward maintaining and improving Swift Radio.

Expand Down
Loading