From 3e773da0493e698615b6efe81812b5a40223c91e Mon Sep 17 00:00:00 2001 From: Will Lumley Date: Tue, 20 Feb 2024 09:44:36 +1100 Subject: [PATCH] Delete macColorPicker.podspec --- macColorPicker.podspec | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100755 macColorPicker.podspec diff --git a/macColorPicker.podspec b/macColorPicker.podspec deleted file mode 100755 index 1bd496b..0000000 --- a/macColorPicker.podspec +++ /dev/null @@ -1,30 +0,0 @@ -# -# Be sure to run `pod lib lint ColorPicker.podspec' to ensure this is a -# valid spec before submitting. -# -# Any lines starting with a # are optional, but their use is encouraged -# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html -# - -Pod::Spec.new do |s| - s.name = "macColorPicker" - s.version = "1.2.4" - s.summary = "A pure Swift library to detect favicons use by a website." - s.homepage = "https://github.com/will-lumley/macColorPicker.git" - s.license = { :type => 'MIT', :file => 'LICENSE.txt' } - - s.description = <<-DESC - ColorPicker is a tiny, pure Swift library designed for macOS applications that allows you to let your users easily choose a color. - DESC - - s.author = { "William Lumley" => "will@lumley.io" } - s.social_media_url = "http://twitter.com/wlumley95" - - s.osx.deployment_target = "10.12" - - s.swift_version = '5.0' - - s.source = { :git => "https://github.com/will-lumley/macColorPicker.git", :tag => s.version.to_s } - - s.source_files = 'Sources/**/*/*' -end