An open API service indexing awesome lists of open source software.

https://github.com/swiftlang/example-package-deckofplayingcards

Example package for use with the Swift Package Manager
https://github.com/swiftlang/example-package-deckofplayingcards

Last synced: 8 months ago
JSON representation

Example package for use with the Swift Package Manager

Awesome Lists containing this project

README

          

# Swift Example Package: Deck of Playing Cards

This example package will be cloned and built as a dependency if you build the `Dealer` example:

git clone https://github.com/apple/example-package-dealer.git
cd example-package-dealer
swift run dealer

For more information, visit [Swift's package manager documentation](https://www.swift.org/package-manager/).