Skip to content

Commit

Permalink
Merge pull request #8497 from junjie/master
Browse files Browse the repository at this point in the history
[Update] JJPluralForms (2.1)
  • Loading branch information
keith committed Feb 25, 2014
2 parents d79780f + db99539 commit 3bacd57
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions JJPluralForm/2.1/JJPluralForm.podspec
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = "JJPluralForm"
s.version = "2.1"
s.summary = "Helps localize strings such as 'N day' by returning '1 day', '2 days'"
s.description = <<-DESC
In English, a word can either be singular or plural (e.g. 1 day, 2 days, 10 days).
Some languages like Chinese have only one form (eg. 1 天, 2 天, 10 天), while others
like Russian have three (1 день, 2 дня, 10 дней).
JJPluralForm is adapted from Mozilla's PluralForm to handle plural forms in your
Objective-C projects.
DESC
s.homepage = "https://github.com/junjie/JJPluralForm"
s.screenshots = "https://github.com/junjie/JJPluralForm/raw/master/JJPluralForms.png"
s.license = { :type => 'MPL 2.0', :file => 'LICENSE' }
s.author = { "Lin Junjie" => "mail.junjie@gmail.com" }
s.social_media_url = "http://twitter.com/jjlin"
s.source = { :git => "https://github.com/junjie/JJPluralForm.git", :tag => "2.1" }
s.source_files = 'JJPluralForm', 'JJPluralForm/**/*.{h,m}'
s.requires_arc = true
end

0 comments on commit 3bacd57

Please sign in to comment.