694ecd12cb
libintl-alternative replace libintl part of gettext runtime with NSBundle localizedString: for OSX/iOS.
14 lines
548 B
Ruby
14 lines
548 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = "libintl-alternative"
|
|
s.version = "0.1"
|
|
s.summary = "Replace libintl part of gettext runtime with NSBundle localizedString: for OSX/iOS."
|
|
s.homepage = "https://github.com/youknowone/libintl-alternative"
|
|
|
|
s.license = '2-clause BSD'
|
|
s.author = { "Jeong YunWon" => "jeong@youknowone.org" }
|
|
s.source = { :git => "https://github.com/youknowone/libintl-alternative.git", :tag => "0.1" }
|
|
|
|
s.source_files = 'libintl.{h,m}'
|
|
s.preserve_paths = 'bin/po_to_strings.rb'
|
|
end
|