Skip to content

Commit 8e54413

Browse files
committed
Use a Cartfile.private, loosen version constraints
1 parent 000f287 commit 8e54413

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cartfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
github "jspahrsummers/xcconfigs" >= 0.7
2-
github "Quick/Quick" == 0.2.0
3-
github "Quick/Nimble"

Cartfile.private

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
github "jspahrsummers/xcconfigs" >= 0.7
2+
github "Quick/Quick" ~> 0.2
3+
github "Quick/Nimble" ~> 0.2

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github "Quick/Nimble" "v0.2.0"
2-
github "Quick/Quick" "v0.2.0"
2+
github "Quick/Quick" "v0.2.2"
33
github "jspahrsummers/xcconfigs" "0.7"

0 commit comments

Comments
 (0)