Skip to content

Commit

Permalink
Appcast package v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Oct 25, 2023
1 parent 48891b8 commit e66c3fa
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,30 @@

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:

```swift
// Package.swift

import PackageDescription

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


## License

Licensed under [MIT License](LICENSE.txt).
Expand Down

0 comments on commit e66c3fa

Please # to comment.