Skip to content

Commit

Permalink
Merge pull request #42 from cybozu/update-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Kyome22 authored Jul 7, 2024
2 parents c3e4ac2 + 0432f25 commit 3c0cec0
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ Generate a list of licenses for the Swift Package libraries that your app depend

**Example**

<div>
<img src="./Screenshots/demo-top.png" width="240px" />
<img src="./Screenshots/demo-apache.png" width="240px" />
<img src="./Screenshots/demo-mit.png" width="240px" />
</div>
<table>
<tr>
<td><img src="./Screenshots/demo-top.png" /></td>
<td><img src="./Screenshots/demo-apache.png" /></td>
<td><img src="./Screenshots/demo-mit.png" /></td>
</tr>
</table>

## Requirements

Expand Down Expand Up @@ -105,6 +107,11 @@ struct ContentView: View {
}
```

## Documentation

LicenseList documentation is deployed with Swift-DocC.
https://cybozu.github.io/LicenseList/documentation/licenselist/

## Demo

This repository includes demonstration app for UIKit & SwiftUI.
Expand Down

0 comments on commit 3c0cec0

Please sign in to comment.