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
- Host: GitHub
- URL: https://github.com/swiftlang/example-package-deckofplayingcards
- Owner: swiftlang
- License: apache-2.0
- Created: 2015-11-10T19:52:02.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-08-19T19:18:30.000Z (12 months ago)
- Last Synced: 2025-10-08T11:46:11.903Z (10 months ago)
- Language: Swift
- Homepage:
- Size: 51.8 KB
- Stars: 199
- Watchers: 136
- Forks: 82
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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/).