cask "get-api" do version "1.3.4" sha256 "05f4e1cb870eb1797254efb857573b291ab4df4366611d936fb3cbdf56982ea5" url "https://files.getapi.io/macos/#{version}/Get%20API.dmg" name "GetAPI" desc "HTTP Client" homepage "https://getapi.io/" livecheck do url "https://getapi.com/release/osx/getapi_latest" strategy :header_match end auto_updates true depends_on macos: ">= :big_sur" app "Get API.app" zap trash: [ "~/Library/Application Support/com.getapi.GetAPI", "~/Library/Caches/com.getapi.GetAPI", "~/Library/Preferences/com.getapi.GetAPI.plist", "~/Library/Saved Application State/com.getapi.GetAPI.savedState", ] end