https://github.com/swiftlang/example-package-playingcard
Example package for use with the Swift Package Manager
https://github.com/swiftlang/example-package-playingcard
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-playingcard
- Owner: swiftlang
- License: apache-2.0
- Created: 2015-11-10T19:50:42.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-06-05T15:22:20.000Z (about 1 year ago)
- Last Synced: 2025-06-26T04:37:22.907Z (about 1 year ago)
- Language: Swift
- Homepage:
- Size: 24.4 KB
- Stars: 337
- Watchers: 142
- Forks: 108
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Swift Example: Package Playingcard
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