Skip to content

Commit

Permalink
SW – Modifying project setup for Carthage
Browse files Browse the repository at this point in the history
- Added `Cartfile` and `Cartfile.private`
  • Loading branch information
connected-scwu committed May 15, 2019
1 parent e810ba6 commit 340a2b5
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 111 deletions.
7 changes: 7 additions & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# +-------------------------------------+
# | |
# | Cartfile LAST SCRUBBED: 05-15-2019 |
# | |
# +-------------------------------------+
#
# UnIt has no dependencies at this point and we'd like to keep it that way as much as possible.
8 changes: 8 additions & 0 deletions Cartfile.private
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# +-------------------------------------+
# | |
# | Cartfile LAST SCRUBBED: 05-15-2019 |
# | |
# +-------------------------------------+

github "Quick/Quick"
github "Quick/Nimble"
2 changes: 2 additions & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github "Quick/Nimble" "v8.0.1"
github "Quick/Quick" "v2.1.0"
5 changes: 5 additions & 0 deletions UnIt.podspec
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# +------------------------------------+
# | |
# | Podspec LAST SCRUBBED: 05-15-2019 |
# | |
# +------------------------------------+
#
# Be sure to run `pod spec lint UnIt.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
Expand Down

This file was deleted.

0 comments on commit 340a2b5

Please sign in to comment.