Skip to content

Commit 56ce794

Browse files
committed
Use Carthage for dependency.
1 parent 7593a02 commit 56ce794

File tree

4 files changed

+23
-255
lines changed

4 files changed

+23
-255
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.DS_Store
22
/.build
33
/Packages
4+
/Carthage
45

56
# Xcode
67
#

Cartfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github "https://github.com/kareman/SwiftShell" ~> 4.1.2

Cartfile.resolved

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github "kareman/SwiftShell" "4.1.2"

0 commit comments

Comments
 (0)