File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 66> ** If you're using Xcode 6.3 & Swift 1.2,** use Quick ` v0.3.* ` .
77> New releases are developed on the ` master ` branch.
88>
9- > ** If you're using Xcode 7.0 & Swift 2.0,** use the latest version of Quick--` v0.5.0 ` at the time of writing.
9+ > ** If you're using Xcode 7.0 & Swift 2.0,** use the latest version of Quick--` v0.5.1 ` at the time of writing.
1010> New releases are developed on the ` swift-2.0 ` branch.
1111
1212
@@ -102,12 +102,12 @@ use_frameworks!
102102
103103def testing_pods
104104 # If you're using Xcode 7 / Swift 2
105- pod ' Quick' , ' 0.5.0'
106- pod ' Nimble' , ' 2.0.0-rc.1 '
105+ pod ' Quick' , ' ~> 0.5.0'
106+ pod ' Nimble' , ' 2.0.0-rc.2 '
107107
108108 # If you're using Xcode 6 / Swift 1.2
109- pod ' Quick' , ' 0.3.0'
110- pod ' Nimble' , ' 1.0.0'
109+ pod ' Quick' , ' ~> 0.3.0'
110+ pod ' Nimble' , ' ~> 1.0.0'
111111end
112112
113113target ' MyTests' do
Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ use_frameworks!
4444
4545def testing_pods
4646 # If you're using Xcode 7 / Swift 2
47- pod ' Quick' , ' 0.5.0'
48- pod ' Nimble' , ' 2.0.0-rc.1 '
47+ pod ' Quick' , ' ~> 0.5.0'
48+ pod ' Nimble' , ' 2.0.0-rc.2 '
4949
5050 # If you're using Xcode 6 / Swift 1.2
51- pod ' Quick' , ' 0.3.0'
52- pod ' Nimble' , ' 1.0.0'
51+ pod ' Quick' , ' ~> 0.3.0'
52+ pod ' Nimble' , ' ~> 1.0.0'
5353end
5454
5555target ' MyTests' do
You can’t perform that action at this time.
0 commit comments