Skip to content

Commit d3609e3

Browse files
committed
Fix typo in Podfile
1 parent e1adb81 commit d3609e3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ link_with ['RestKitTests', 'RestKitFrameworkTests']
33
inhibit_all_warnings!
44

55
pod 'Specta', '0.1.6'
6-
pod 'OCMock', '2.0.1.classmocks', :git => 'git://github.com:blakewatters/ocmock.git'
6+
pod 'OCMock', '2.0.1.classmocks', :git => 'git://github.com/blakewatters/ocmock.git'
77
pod 'OCHamcrest', '1.9'
8-
pod 'Expecta', '0.2.0', :git => 'git://github.com:blakewatters/expecta.git', :branch => 'feature/expect-raise-with-reason'
8+
pod 'Expecta', '0.2.0', :git => 'git://github.com/blakewatters/expecta.git', :branch => 'feature/expect-raise-with-reason'

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ PODS:
66
- Specta (0.1.6)
77

88
DEPENDENCIES:
9-
- Expecta (from `git://github.com:blakewatters/expecta.git', branch `feature/expect-raise-with-reason')
9+
- Expecta (from `git://github.com/blakewatters/expecta.git', branch `feature/expect-raise-with-reason')
1010
- OCHamcrest (= 1.9)
11-
- OCMock (from `git://github.com:blakewatters/ocmock.git')
11+
- OCMock (from `git://github.com/blakewatters/ocmock.git')
1212
- Specta (= 0.1.6)
1313

1414
EXTERNAL SOURCES:
1515
Expecta:
16-
:git: git://github.com:blakewatters/expecta.git
16+
:git: git://github.com/blakewatters/expecta.git
1717
:branch: feature/expect-raise-with-reason
1818
OCMock:
19-
:git: git://github.com:blakewatters/ocmock.git
19+
:git: git://github.com/blakewatters/ocmock.git
2020

2121
SPEC CHECKSUMS:
2222
Expecta: 3ddfc757aeb1e351e12c6f1e21ab631f77178f13

0 commit comments

Comments
 (0)