Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Commit d8572d2

Browse files
committed
Use a Cartfile.private, loosen version constraints
1 parent 512b222 commit d8572d2

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cartfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
github "ReactiveCocoa/ReactiveCocoa" ~> 2.4.1
2-
github "jspahrsummers/xcconfigs" >= 0.6
3-
github "Quick/Quick" == 0.2.0
4-
github "Quick/Nimble"
1+
github "ReactiveCocoa/ReactiveCocoa" "carthage-0.5"

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
github "Quick/Nimble" "v0.2.0"
2-
github "Quick/Quick" "v0.2.0"
2+
github "Quick/Quick" "v0.2.2"
3+
github "ReactiveCocoa/ReactiveCocoa" "b0f789ad14233e93b2f35a624d91f07326a2f719"
34
github "jspahrsummers/xcconfigs" "0.7"
4-
github "ReactiveCocoa/ReactiveCocoa" "v2.4.2"

0 commit comments

Comments
 (0)