diff --git a/Inflections/0.0.1/Inflections.podspec b/Inflections/0.0.1/Inflections.podspec deleted file mode 100644 index 26e447a8c3e7fd..00000000000000 --- 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