Эх сурвалжийг харах

use cocoapods cdn instead of github as source (#4515)

see here for more info: https://blog.cocoapods.org/CocoaPods-1.7.2/
Raphael Cohen 5 жил өмнө
parent
commit
92bb7dd4af
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      README.md

+ 1 - 1
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