Skip to content

Commit

Permalink
Use CDN source in example
Browse files Browse the repository at this point in the history
  • Loading branch information
bradfol committed Apr 14, 2022
1 parent 2dc1391 commit c7d1c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/using/the-podfile.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 25,7 @@ end
> An example of a more complex Podfile linking an app and its test bundle:
```ruby
source 'https://github.com/CocoaPods/Specs.git'
source 'https://cdn.cocoapods.org/'
source 'https://github.com/Artsy/Specs.git'

platform :ios, '9.0'
Expand Down

0 comments on commit c7d1c73

Please sign in to comment.