From 966798df2e2f513b461f4abf66b2ce4222bc35fd Mon Sep 17 00:00:00 2001 From: kimxwan Date: Wed, 8 Sep 2021 22:30:28 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20::?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7efc67097..636373645 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # SemicolonDesign_iOS Semicolon;에서 개발한 교내 프로젝트 전용 디자인 시스템입니다. + + +### [Swift Package Manager](https://github.com/apple/swift-package-manager) +```swift +// Package.swift + +dependencies: [ + .package(url: "https://github.com/semicolonDSM/SemicolonDesign_iOS.git", from: "0.1.0") +] +```