Swiftpack.co - EthanLipnik/Moji as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by EthanLipnik.
EthanLipnik/Moji 1.0.8
Easy RSS parsing to Swift Codables
⭐️ 2
🕓 2 years ago
.package(url: "https://github.com/EthanLipnik/Moji.git", from: "1.0.8")

Moji

Easy RSS parsing to Swift Codables

Usage

Decode

Decode from data

let rssFeed = Moji.decode(from: data)

Decode from URL Request

(requires iOS 15+)

let rss = try await Moji.decode(from: urlRequest)

Encode

let data = Moji.encode(rssFeed)

// You can save this data to a .rss or .xml file

GitHub

link
Stars: 2
Last commit: 2 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Dependencies

Release Notes

1.0.0
2 years ago

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