cocoapods: use `deprecate!` instead of `discontinued`

This commit is contained in:
Rylan Polster 2023-12-17 17:45:50 -05:00
parent 810063ffe2
commit 8ce464b99c
No known key found for this signature in database
GPG Key ID: 46A744940CFF4D64
1 changed files with 2 additions and 4 deletions

View File

@ -8,6 +8,8 @@ cask "cocoapods" do
desc "Dependency manager for Cocoa projects"
homepage "https://cocoapods.org/"
deprecate! date: "2023-12-17", because: :discontinued
conflicts_with formula: "cocoapods"
app "CocoaPods.app"
@ -21,8 +23,4 @@ cask "cocoapods" do
end
zap trash: "~/Library/Preferences/org.cocoapods.CocoaPods.plist"
caveats do
discontinued
end
end