From 5ddc45e132c8ebef61402bab29a42d279cc41875 Mon Sep 17 00:00:00 2001 From: Oskar Date: Sat, 14 Jul 2018 19:15:03 +0200 Subject: [PATCH] Remove podspec --- OGSwitch.podspec | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 OGSwitch.podspec diff --git a/OGSwitch.podspec b/OGSwitch.podspec deleted file mode 100644 index 591aeca..0000000 --- a/OGSwitch.podspec +++ /dev/null @@ -1,24 +0,0 @@ -Pod::Spec.new do |s| - -s.name = 'OGSwitch' -s.version = '1.0' -s.summary = 'Switch Control for macOS' -s.homepage = 'https://github.com/OskarGroth/OGSwitch' -s.license = { -:type => 'MIT', -:file => 'LICENSE' -} -s.author = { -'Oskar Groth' => 'oskar@cindori.org' -} -s.source = { -:git => 'https://github.com/OskarGroth/OGSwitch.git', -:tag => s.version.to_s -} -s.platform = :osx, '10.9' -s.source_files = 'OGSwitch/OGSwitch.{swift}' -s.requires_arc = true -s.screenshot = "https://raw.githubusercontent.com/OskarGroth/OGSwitch/master/screenshot.jpg" -s.social_media_url = "https://twitter.com/cindoriapps" - -end