From 63e9326edb766bb9f620049709994d065286091a Mon Sep 17 00:00:00 2001 From: Daniele Margutti Date: Fri, 27 Oct 2017 14:11:20 +0200 Subject: [PATCH] Removed old podspec --- Hydra.podspec | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 Hydra.podspec diff --git a/Hydra.podspec b/Hydra.podspec deleted file mode 100644 index e8ed6d1..0000000 --- a/Hydra.podspec +++ /dev/null @@ -1,19 +0,0 @@ -Pod::Spec.new do |s| - s.name = "Hydra" - s.version = "0.1" - s.summary = "" - s.description = <<-DESC - Your description here. - DESC - s.homepage = "https://github.com/malcommac/Hydra" - s.license = { :type => "MIT", :file => "LICENSE" } - s.author = { "Daniele Margutti" => "me@danielemargutti.com" } - s.social_media_url = "" - s.ios.deployment_target = "8.0" - s.osx.deployment_target = "10.9" - s.watchos.deployment_target = "2.0" - s.tvos.deployment_target = "9.0" - s.source = { :git => "https://github.com/malcommac/Hydra.git", :tag => s.version.to_s } - s.source_files = "Sources/**/*" - s.frameworks = "Foundation" -end