From 3400ee562928873f570773f72996189649a94af6 Mon Sep 17 00:00:00 2001 From: Jean Regisser Date: Wed, 28 Nov 2012 20:45:00 +0100 Subject: [PATCH] Removed untagged version of Inflections --- Inflections/0.0.1/Inflections.podspec | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Inflections/0.0.1/Inflections.podspec diff --git a/Inflections/0.0.1/Inflections.podspec b/Inflections/0.0.1/Inflections.podspec deleted file mode 100644 index 26e447a8c3e7fda..000000000000000 --- a/Inflections/0.0.1/Inflections.podspec +++ /dev/null @@ -1,12 +0,0 @@ -Pod::Spec.new do |s| - s.name = "Inflections" - s.version = "0.0.1" - s.summary = "Inflections is a port of several of the ActiveSupport Inflector methods into Objective C." - s.homepage = "https://github.com/adamelliot/Inflections" - s.license = { :type => 'MIT', :file => 'MIT-LICENSE' } - s.author = { "Adam Elliot" => "adam@adamelliot.com" } - s.source = { :git => "https://github.com/adamelliot/Inflections.git", :commit => "fe180d5d0afda5608a61bbb3cf7b63cc5e79d1eb" } - s.source_files = 'NSString+Inflections.{h,m}' - - s.dependency 'RegexKitLite' -end