Skip to content

Commit

Permalink
Merge pull request #50 from antiguab/newCartfileDependencies
Browse files Browse the repository at this point in the history
added proper cartfile
  • Loading branch information
antiguab committed Sep 6, 2019
2 parents d9d6256 + c88570a commit 6bb5c93
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 74 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@ DerivedData
.bundle

# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Checkouts
Carthage/Build

# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
#
# Note: if you ignore the Pods directory, make sure to uncomment
# `pod install` in .travis.yml
#
Expand Down
1 change: 1 addition & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "SnapKit/SnapKit" ~> 5.0.0
1 change: 1 addition & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "SnapKit/SnapKit" "5.0.1"

This file was deleted.

0 comments on commit 6bb5c93

Please sign in to comment.