From 92bb7dd4afdca9ed101aae0ce82c1ad8e55a1def Mon Sep 17 00:00:00 2001 From: Raphael Cohen Date: Fri, 27 Mar 2020 03:45:08 +0300 Subject: [PATCH] use cocoapods cdn instead of github as source (#4515) see here for more info: https://blog.cocoapods.org/CocoaPods-1.7.2/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 023eedc5dc..2852c8b971 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ $ gem install cocoapods To integrate AFNetworking into your Xcode project using CocoaPods, specify it in your `Podfile`: ```ruby -source 'https://github.com/CocoaPods/Specs.git' +source 'https://cdn.cocoapods.org/' platform :ios, '8.0' target 'TargetName' do