https://github.com/team-b1nd/dds-ios
스마트 스쿨 플랫폼 '도담도담' SwiftUI 디자인 시스템
https://github.com/team-b1nd/dds-ios
design-system ios macos swift swiftui
Last synced: 28 days ago
JSON representation
스마트 스쿨 플랫폼 '도담도담' SwiftUI 디자인 시스템
- Host: GitHub
- URL: https://github.com/team-b1nd/dds-ios
- Owner: Team-B1ND
- License: mit
- Created: 2024-03-18T10:30:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T03:15:03.000Z (about 2 months ago)
- Last Synced: 2025-03-21T05:43:04.940Z (about 1 month ago)
- Topics: design-system, ios, macos, swift, swiftui
- Language: Swift
- Homepage: http://dds.b1nd.com/docs/category/ios
- Size: 6.29 MB
- Stars: 8
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README



## Requirements
| Platform | Minimum Swift Version | Installation |
| --- | --- | --- |
| iOS 15.0+ / macOS 12+ | 5.5 | [Swift Package Manager](#swift-package-manager) |## Installation
### Swift Package Manager
- `File` -> `Add Packages...` And paste the repository URL.
- Or add it to the `dependencies` value of your `Package.swift`.
```swift
dependencies: [
.package(url: "https://github.com/Team-B1ND/dds-ios.git", .branch("main"))
]
```