Last active
November 5, 2021 03:21
-
-
Save shaps80/efd694f3eed905a68245b83a32f577ab to your computer and use it in GitHub Desktop.
Swift Package Collection Sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "", | |
| "overview": "", | |
| "keywords": ["swift"], | |
| "packages": [ | |
| { | |
| "url": "", | |
| }, | |
| ], | |
| "author": { | |
| "name": "" | |
| } | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is just the
input.jsonfile required as part of the generator. If you'd like to learn how to make your own collections (including certificate signing them), checkout my full post:https://benkau.com/swift-package-collections/