Skip to content

Commit

Permalink
Update Nocilla to support delay request
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Sep 10, 2015
1 parent 48da967 commit 4cf52c7
Show file tree
Hide file tree
Showing 30 changed files with 587 additions and 433 deletions.
3 changes: 1 addition & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ target 'Kingfisher' do
end

target 'KingfisherTests' do
pod 'Nocilla'
pod 'Nocilla', :git => 'https://github.com/pcantrell/Nocilla.git', :branch => 'delayed-response'
end

18 changes: 14 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
PODS:
- Nocilla (0.9.0)
- Nocilla (0.10.0)

DEPENDENCIES:
- Nocilla
- Nocilla (from `https://github.com/pcantrell/Nocilla.git`, branch `delayed-response`)

EXTERNAL SOURCES:
Nocilla:
:branch: delayed-response
:git: https://github.com/pcantrell/Nocilla.git

CHECKOUT OPTIONS:
Nocilla:
:commit: 537ee6d014f6fc1d756f0e59ae23abc566ddc24e
:git: https://github.com/pcantrell/Nocilla.git

SPEC CHECKSUMS:
Nocilla: d7d96e8a11e363f0d7c976d48b320c43d61fb471
Nocilla: ae0a2b05f3087b473624ac2b25903695df51246a

COCOAPODS: 0.36.3
COCOAPODS: 0.37.2
1 change: 0 additions & 1 deletion Pods/Headers/Private/Nocilla/DSL.h

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Public/Nocilla/DSL.h

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Public/Nocilla/LSASIHTTPRequestHook.h

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Public/Nocilla/LSDataMatcher.h

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Public/Nocilla/LSHTTPClientHook.h

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Public/Nocilla/LSMatcher.h

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Public/Nocilla/LSRegexMatcher.h

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Public/Nocilla/LSStringMatcher.h

This file was deleted.

37 changes: 37 additions & 0 deletions Pods/Local Podspecs/Nocilla.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 14 additions & 4 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions Pods/Nocilla/Nocilla/DSL/DSL.h

This file was deleted.

4 changes: 4 additions & 0 deletions Pods/Nocilla/Nocilla/DSL/LSStubResponseDSL.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions Pods/Nocilla/Nocilla/DSL/LSStubResponseDSL.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/Nocilla/Nocilla/Matchers/LSDataMatcher.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Pods/Nocilla/Nocilla/Matchers/LSMatcheable.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Pods/Nocilla/Nocilla/Matchers/LSMatcher.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Pods/Nocilla/Nocilla/Matchers/LSMatcher.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 24 additions & 4 deletions Pods/Nocilla/Nocilla/Nocilla.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Nocilla/Nocilla/Stubs/LSStubRequest.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Pods/Nocilla/Nocilla/Stubs/LSStubResponse.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 34 additions & 1 deletion Pods/Nocilla/Nocilla/Stubs/LSStubResponse.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions Pods/Nocilla/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4cf52c7

Please sign in to comment.