From 8e793ee27b4fb7dcb698189edd4c31e268fe88d1 Mon Sep 17 00:00:00 2001 From: Econa77 Date: Thu, 7 May 2026 11:39:21 +0900 Subject: [PATCH] Drop CocoaPods support --- KeyHolder.podspec | 14 -------------- README.md | 17 ----------------- 2 files changed, 31 deletions(-) delete mode 100644 KeyHolder.podspec diff --git a/KeyHolder.podspec b/KeyHolder.podspec deleted file mode 100644 index c72aa94..0000000 --- a/KeyHolder.podspec +++ /dev/null @@ -1,14 +0,0 @@ -Pod::Spec.new do |s| - s.name = "KeyHolder" - s.version = "4.2.0" - s.summary = "Record shortcuts in macOS, like Alfred app." - s.license = { :type => 'MIT', :file => 'LICENSE' } - s.homepage = "https://github.com/Clipy/KeyHolder" - s.author = { "Econa77" => "f.s.1992.ip@gmail.com" } - s.source = { :git => "https://github.com/Clipy/KeyHolder.git", :tag => "v#{s.version}" } - s.platform = :osx, '10.13' - s.source_files = 'Lib/KeyHolder/**/*.swift' - s.swift_version = '5.0' - s.frameworks = 'Carbon', 'Cocoa' - s.dependency 'Magnet', '~> 3.4.0' -end diff --git a/README.md b/README.md index 7b34173..71b2d4b 100644 --- a/README.md +++ b/README.md @@ -2,29 +2,12 @@ ![CI](https://github.com/Clipy/KeyHolder/workflows/Xcode-Build/badge.svg) [![Release version](https://img.shields.io/github/release/Clipy/KeyHolder.svg)](https://github.com/Clipy/KeyHolder/releases/latest) [![License: MIT](https://img.shields.io/github/license/Clipy/KeyHolder.svg)](https://github.com/Clipy/KeyHolder/blob/master/LICENSE) -[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) -[![Version](https://img.shields.io/cocoapods/v/KeyHolder.svg)](http://cocoadocs.org/docsets/KeyHolder) -[![Platform](https://img.shields.io/cocoapods/p/KeyHolder.svg)](http://cocoadocs.org/docsets/KeyHolder) -[![SPM supported](https://img.shields.io/badge/SPM-supported-DE5C43.svg?style=flat)](https://swift.org/package-manager) Record shortcuts in macOS, like Alfred App. -## Usage -### CocoaPods -``` -pod 'KeyHolder' -``` - -### Carthage -``` -github "Clipy/KeyHolder" -github "Clipy/Magnet" -github "Clipy/Sauce" -``` - ## Example Set default key combo. ```swift