This pull request includes changes to the CocoaPods source repository in the Podfile and Podfile.dev files. The source repository has been updated from GitHub to a Content Delivery Network (CDN). This change is in line with the default setting for CocoaPods 1.8 and onwards. The CHANGES.md file has also been updated to reflect this change.
Podfile: Changed the CocoaPods source repository from https://github.com/CocoaPods/Specs.git to https://cdn.cocoapods.org/.
Podfile.dev: Made the same change as in Podfile to ensure consistency across the project.
CHANGES.md: Added an update entry to document the change of the CocoaPods source repository.
変更内容
https://cdn.cocoapods.org/
になったThis pull request includes changes to the CocoaPods source repository in the
Podfile
andPodfile.dev
files. The source repository has been updated from GitHub to a Content Delivery Network (CDN). This change is in line with the default setting for CocoaPods 1.8 and onwards. TheCHANGES.md
file has also been updated to reflect this change.Podfile
: Changed the CocoaPods source repository fromhttps://github.com/CocoaPods/Specs.git
tohttps://cdn.cocoapods.org/
.Podfile.dev
: Made the same change as inPodfile
to ensure consistency across the project.CHANGES.md
: Added an update entry to document the change of the CocoaPods source repository.