Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/team-b1nd/dds-ios
스마트 스쿨 플랫폼 '도담도담' SwiftUI 디자인 시스템
https://github.com/team-b1nd/dds-ios
design-system ios macos swift swiftui
Last synced: about 8 hours 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T04:04:47.000Z (3 months ago)
- Last Synced: 2024-08-16T05:23:56.675Z (3 months ago)
- Topics: design-system, ios, macos, swift, swiftui
- Language: Swift
- Homepage: http://dds.b1nd.com/docs/category/ios
- Size: 6.26 MB
- Stars: 9
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![DDS](https://raw.githubusercontent.com/Team-B1ND/dds-ios/main/Resource/DDSLogo.svg)
![Swift](https://img.shields.io/badge/Swift-5.5_5.6_5.7_5.8-Orange?style=flat-square)
![Platforms](https://img.shields.io/badge/Platforms-macOS_iOS-yellowgreen?style=flat-square)
![Swift Package Manager](https://img.shields.io/badge/Swift_Package_Manager-compatible-orange?style=flat-square)## 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"))
]
```