Skip to content

스마트 스쿨 플랫폼 '도담도담' SwiftUI 디자인 시스템

License

Notifications You must be signed in to change notification settings

Team-B1ND/dds-ios

Repository files navigation

DDS

Swift Platforms Swift Package Manager

Requirements

Platform Minimum Swift Version Installation
iOS 15.0+ / macOS 12+ 5.5 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.
dependencies: [
    .package(url: "https://github.com/Team-B1ND/dds-ios.git", .branch("main"))
]