Skip to content

Commit

Permalink
[Update] Inflections (1.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanregisser committed Nov 28, 2012
1 parent 76e1d5a commit 336faf2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Inflections/1.0.0/Inflections.podspec
Original file line number Diff line number Diff line change
@@ -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" => "[email protected]" }
s.source = { :git => "https://github.com/adamelliot/Inflections.git", :tag => '1.0.0' }
s.source_files = 'NSString+Inflections.{h,m}'

s.dependency 'RegexKitLite'
end

0 comments on commit 336faf2

Please sign in to comment.