We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c23023 commit 67cde2dCopy full SHA for 67cde2d
source/IOSResolver/src/IOSResolver.cs
@@ -77,7 +77,7 @@ private class Pod {
77
/// See: https://guides.cocoapods.org/syntax/podfile.html#source
78
/// </summary>
79
public List<string> sources = new List<string>() {
80
- "https://github.com/CocoaPods/Specs.git"
+ "https://cdn.cocoapods.org/"
81
};
82
83
/// <summary>
0 commit comments