Skip to content

Commit

Permalink
Update pod
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Jun 8, 2017
1 parent fbde8e2 commit 8251708
Show file tree
Hide file tree
Showing 5 changed files with 167 additions and 165 deletions.
8 changes: 4 additions & 4 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

target 'KingfisherTests' do
platform :ios, '8.0'
pod 'Nocilla', :git => 'https://github.com/onevcat/Nocilla.git'
pod 'Nocilla', :git => 'https://github.com/onevcat/Nocilla.git', :branch => 'swift4'
end

target 'KingfisherTests-macOS' do
platform :osx, '10.10'
pod 'Nocilla', :git => 'https://github.com/onevcat/Nocilla.git'
platform :osx, '10.11'
pod 'Nocilla', :git => 'https://github.com/onevcat/Nocilla.git', :branch => 'swift4'
end

target 'KingfisherTests-tvOS' do
platform :tvos, '9.0'
pod 'Nocilla', :git => 'https://github.com/onevcat/Nocilla.git'
pod 'Nocilla', :git => 'https://github.com/onevcat/Nocilla.git', :branch => 'swift4'
end
7 changes: 4 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@ PODS:
- Nocilla (0.10.0)

DEPENDENCIES:
- Nocilla (from `https://github.com/onevcat/Nocilla.git`)
- Nocilla (from `https://github.com/onevcat/Nocilla.git`, branch `swift4`)

EXTERNAL SOURCES:
Nocilla:
:branch: swift4
:git: https://github.com/onevcat/Nocilla.git

CHECKOUT OPTIONS:
Nocilla:
:commit: 4e3ec2dac36ea2a6f7c57f089cfb47081fd5cd24
:commit: 9207f9ec0e84d56eed117b37a99b091677c78fe2
:git: https://github.com/onevcat/Nocilla.git

SPEC CHECKSUMS:
Nocilla: c31f714d1f0a24a983c430e99a1283908ed9c1d7

PODFILE CHECKSUM: bd0768e8d3956c76784f115ce9feab1d939e0834
PODFILE CHECKSUM: f58c856308017592950246b820edfb78796c299a

COCOAPODS: 1.2.1
7 changes: 4 additions & 3 deletions Pods/Manifest.lock

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/DSL/LSStubResponseDSL.h

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

Loading

0 comments on commit 8251708

Please sign in to comment.