Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 727 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 727 Bytes

Appcast library

Sparkle uses appcasts to get information about software updates. An appcast is an RSS feed with some extra information for Sparkle’s purposes.

About

Appcast library is a Swift package to work with Sparkle compatible appcast files.

Installation

Requires Swift 5.8.

Swift Package Manager

Add Appcast as a dependency to your project:

// Package.swift

import PackageDescription

let package = Package(
    name: "YourProjectName",
    dependencies: [
        .package(url: "https://github.com/slidoapp/Appcast.git", from: "0.2.0"),
    ]
)

License

Licensed under MIT License.
Source code is based on Sparkle 2 project.