From 3e07bfa8b954f51c06f7e247e31e188e6e5c93ba Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Tue, 4 Aug 2026 06:09:16 -0700 Subject: [PATCH] Add note about CocoaPods future with link to their blog. --- USING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/USING.md b/USING.md index f938ec4..7ee7676 100644 --- a/USING.md +++ b/USING.md @@ -7,6 +7,10 @@ for writing code for Apple platforms. ### CocoaPods +**NOTE***: CocoaPods is spinning down in 2026, +[announcement](https://blog.cocoapods.org/CocoaPods-Specs-Repo/), so it is in +your interest to move to Swift Package Manager (SwiftPM) before then. + If you are building from CocoaPods, just use the pod provided, `GoogleToolboxForMac`. The podspec provides subspecs so you can depend on exactly what parts of GTM you want