Skip to content

Commit

Permalink
Merge pull request #11372 from paiv/master
Browse files Browse the repository at this point in the history
[Update] Smartling.i18n (1.0.4)
  • Loading branch information
kylef committed May 5, 2014
2 parents ce41af7 + 546cb64 commit 92623bb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Smartling.i18n/1.0.4/Smartling.i18n.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = 'Smartling.i18n'
s.version = '1.0.4'
s.summary = 'iOS Plurals Localization Library'
s.homepage = 'https://github.com/Smartling/ios-i18n'
s.license = { :type => 'APACHE', :file => 'LICENSE' }
s.author = 'Pavel Ivashkov'
s.source = { :git => 'https://github.com/Smartling/ios-i18n.git', :tag => "v#{s.version}" }
s.source_files = 'Smartling.i18n/Smartling.i18n/*.{h,m,c}'
s.requires_arc = true
end

0 comments on commit 92623bb

Please sign in to comment.