Files
JBChartView/libintl-alternative/0.1/libintl-alternative.podspec
T
Jeong YunWon 694ecd12cb [Add] libintl-alternative 0.1
libintl-alternative replace libintl part of gettext runtime with NSBundle localizedString: for OSX/iOS.
2012-10-26 01:22:36 +09:00

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