Skip to content

Commit 67cde2d

Browse files
Nezzchkuang-g
authored andcommitted
Switch to CocoaPods CDN
1 parent 1c23023 commit 67cde2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/IOSResolver/src/IOSResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private class Pod {
7777
/// See: https://guides.cocoapods.org/syntax/podfile.html#source
7878
/// </summary>
7979
public List<string> sources = new List<string>() {
80-
"https://github.com/CocoaPods/Specs.git"
80+
"https://cdn.cocoapods.org/"
8181
};
8282

8383
/// <summary>

0 commit comments

Comments
 (0)