mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Fix typo in Podfile
This commit is contained in:
4
Podfile
4
Podfile
@@ -3,6 +3,6 @@ link_with ['RestKitTests', 'RestKitFrameworkTests']
|
||||
inhibit_all_warnings!
|
||||
|
||||
pod 'Specta', '0.1.6'
|
||||
pod 'OCMock', '2.0.1.classmocks', :git => 'git://github.com:blakewatters/ocmock.git'
|
||||
pod 'OCMock', '2.0.1.classmocks', :git => 'git://github.com/blakewatters/ocmock.git'
|
||||
pod 'OCHamcrest', '1.9'
|
||||
pod 'Expecta', '0.2.0', :git => 'git://github.com:blakewatters/expecta.git', :branch => 'feature/expect-raise-with-reason'
|
||||
pod 'Expecta', '0.2.0', :git => 'git://github.com/blakewatters/expecta.git', :branch => 'feature/expect-raise-with-reason'
|
||||
|
||||
@@ -6,17 +6,17 @@ PODS:
|
||||
- Specta (0.1.6)
|
||||
|
||||
DEPENDENCIES:
|
||||
- Expecta (from `git://github.com:blakewatters/expecta.git', branch `feature/expect-raise-with-reason')
|
||||
- Expecta (from `git://github.com/blakewatters/expecta.git', branch `feature/expect-raise-with-reason')
|
||||
- OCHamcrest (= 1.9)
|
||||
- OCMock (from `git://github.com:blakewatters/ocmock.git')
|
||||
- OCMock (from `git://github.com/blakewatters/ocmock.git')
|
||||
- Specta (= 0.1.6)
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
Expecta:
|
||||
:git: git://github.com:blakewatters/expecta.git
|
||||
:git: git://github.com/blakewatters/expecta.git
|
||||
:branch: feature/expect-raise-with-reason
|
||||
OCMock:
|
||||
:git: git://github.com:blakewatters/ocmock.git
|
||||
:git: git://github.com/blakewatters/ocmock.git
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
Expecta: 3ddfc757aeb1e351e12c6f1e21ab631f77178f13
|
||||
|
||||
Reference in New Issue
Block a user