RadioTimeKit - The Swift SDK for TuneIn
RadioTimeKit is a Swift package to use the TuneIn API. The goal for development was to have a Swift SDK to get convenient access to TuneIn's browsing and tuning API.
Installation
RadioTimeKit.git
works with Swift 5.3 and above for iOS and macOS (currently).
Swift Package Manager
let package = Package(
name: "MyPackage",
dependencies: [
.package(url: "https://github.com/phranck/RadioTimeKit.git", from: "0.1.0"),
]
)
Carthage
Put this in your Cartfile
:
github "phranck/RadioTimeKit" ~> 0.1
Developer Notes
RadioTimeKit
uses GitFlow. There are two branches, main
and develop
. The develop
branch is the default branch. To provide (changes|fixes|additions) you just have to fork this repository and create your working branch with develop
as base. If youβre done, just open a pull request.
The API responses of TuneIn follows the OPML Specification.
Contact
-
βοΈ Write me an email -
π¦ Ping me on Twitter -
π Read my blog
License
This software is published under the MIT License.