Skip to content

Commit 6a0a7b9

Browse files
committed
Let's try with https git
1 parent c8f466a commit 6a0a7b9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inhibit_all_warnings!
44

55
target 'SDWebImageYYPlugin_Example' do
66
pod 'SDWebImageYYPlugin', :path => '../'
7-
pod 'SDWebImage/Core', :git => 'git@github.com:rs/SDWebImage.git', :branch => '5.x'
7+
pod 'SDWebImage/Core', git:'https://github.com/rs/SDWebImage.git', :branch => '5.x'
88

99
target 'SDWebImageYYPlugin_Tests' do
1010
inherit! :search_paths

Example/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PODS:
1414
- YYImage/Core (1.0.4)
1515

1616
DEPENDENCIES:
17-
- "SDWebImage/Core (from `git@github.com:rs/SDWebImage.git`, branch `5.x`)"
17+
- SDWebImage/Core (from `https://github.com/rs/SDWebImage.git`, branch `5.x`)
1818
- SDWebImageYYPlugin (from `../`)
1919

2020
SPEC REPOS:
@@ -25,21 +25,21 @@ SPEC REPOS:
2525
EXTERNAL SOURCES:
2626
SDWebImage:
2727
:branch: 5.x
28-
:git: "git@github.com:rs/SDWebImage.git"
28+
:git: https://github.com/rs/SDWebImage.git
2929
SDWebImageYYPlugin:
3030
:path: "../"
3131

3232
CHECKOUT OPTIONS:
3333
SDWebImage:
3434
:commit: 1ed0b8cfe86066ea28093406fcd859efd40c9d96
35-
:git: "git@github.com:rs/SDWebImage.git"
35+
:git: https://github.com/rs/SDWebImage.git
3636

3737
SPEC CHECKSUMS:
3838
SDWebImage: e52654ceef9fdc19f4c612d64a5b6d3f05dd81a4
3939
SDWebImageYYPlugin: 4a756eec055647c989fe9d54f9535780bc0e0465
4040
YYCache: 8105b6638f5e849296c71f331ff83891a4942952
4141
YYImage: 1e1b62a9997399593e4b9c4ecfbbabbf1d3f3b54
4242

43-
PODFILE CHECKSUM: 2d666caa89bdb2aeafda680d6d51eb9789e53f2e
43+
PODFILE CHECKSUM: 48b9bc55ce06154a2d7c5b440dd3d07115716ce3
4444

4545
COCOAPODS: 1.5.3

0 commit comments

Comments
 (0)