The FeedKit Swift Package is a feed reading client specialized for podcast feeds. It implements searching, browsing, and caching feeds, as well as subscription management for a single user.
With FeedKit at its core, Podest is the most efficient podcast app.
FeedKit does not connect with feed providers or iTunes directly, instead it consumes JSON from two optimized REST APIs for browsing and searching.
With fanboy-http and manger-http running locally (on ports 8383 and 8384), do:
$ swift test
📦 Add https://github.com/michaelnisi/feedkit
to your package manifest.