From 336faf29d16c12ea044ffa38d991daca24e81523 Mon Sep 17 00:00:00 2001 From: Jean Regisser Date: Wed, 28 Nov 2012 20:43:56 +0100 Subject: [PATCH] [Update] Inflections (1.0.0) --- Inflections/1.0.0/Inflections.podspec | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Inflections/1.0.0/Inflections.podspec diff --git a/Inflections/1.0.0/Inflections.podspec b/Inflections/1.0.0/Inflections.podspec new file mode 100644 index 000000000000000..44f5e2e6dbc3e7d --- /dev/null +++ b/Inflections/1.0.0/Inflections.podspec @@ -0,0 +1,12 @@ +Pod::Spec.new do |s| + s.name = "Inflections" + s.version = "1.0.0" + 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", :tag => '1.0.0' } + s.source_files = 'NSString+Inflections.{h,m}' + + s.dependency 'RegexKitLite' +end