Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 디자인 시스템

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"))
]
```