Files
JBChartView/Inflections/1.0.0/Inflections.podspec
T
2012-11-28 20:54:34 +01:00

13 lines
558 B
Ruby

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