blob: f75c19da4637361909fe69c32e72516b6dbf3169 [file] [log] [blame]
{
"name": "libintl-alternative",
"version": "0.1.1",
"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.1"
},
"source_files": "libintl.{h,m}",
"preserve_paths": "bin/po_to_strings.rb",
"requires_arc": false
}