Skip to content

Instantly share code, notes, and snippets.

@shaps80
Last active November 5, 2021 03:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save shaps80/efd694f3eed905a68245b83a32f577ab to your computer and use it in GitHub Desktop.
Save shaps80/efd694f3eed905a68245b83a32f577ab to your computer and use it in GitHub Desktop.
Swift Package Collection Sample
{
"name": "",
"overview": "",
"keywords": ["swift"],
"packages": [
{
"url": "",
},
],
"author": {
"name": ""
}
}
@shaps80
Copy link
Author

shaps80 commented Aug 31, 2021

This is just the input.json file 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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment