blob: dfc50bf94cbe42205d9a34ce296460df2e162e42 [file] [log] [blame]
{
"name": "libintl-alternative",
"version": "0.1.2",
"summary": "Replace libintl part of gettext runtime with NSBundle localizedString: for OSX/iOS.",
"homepage": "https://github.com/youknowone/libintl-alternative",
"license": "2-clause BSD",
"authors": {
"Jeong YunWon": "jeong@youknowone.org"
},
"source": {
"git": "https://github.com/youknowone/libintl-alternative.git",
"tag": "0.1.2"
},
"source_files": "libintl.{h,m}",
"preserve_paths": "bin/po_to_strings.rb",
"requires_arc": false
}