Skip to content

Commit

Permalink
use cocoapods cdn instead of github as source (AFNetworking#4515)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-cohen committed Mar 27, 2020
1 parent 9c07ac0 commit 92bb7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92bb7dd

Please sign in to comment.