Skip to content

Commit 6bb5c93

Browse files
authored
Merge pull request #50 from antiguab/newCartfileDependencies
added proper cartfile
2 parents d9d6256 + c88570a commit 6bb5c93

4 files changed

Lines changed: 4 additions & 74 deletions

File tree

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@ DerivedData
2323
.bundle
2424

2525
# Add this line if you want to avoid checking in source code from Carthage dependencies.
26-
# Carthage/Checkouts
27-
26+
Carthage/Checkouts
2827
Carthage/Build
2928

3029
# We recommend against adding the Pods directory to your .gitignore. However
3130
# you should judge for yourself, the pros and cons are mentioned at:
3231
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
33-
#
32+
#
3433
# Note: if you ignore the Pods directory, make sure to uncomment
3534
# `pod install` in .travis.yml
3635
#

Cartfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github "SnapKit/SnapKit" ~> 5.0.0

Cartfile.resolved

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github "SnapKit/SnapKit" "5.0.1"

Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/SnapKit.xcscheme

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)