blob: edcad08330def0e3b201420ffff18c048996d501 [file] [log] [blame]
{
"name": "AGi18n",
"version": "0.0.4",
"summary": "Localize iOS apps by automatically extracting texts from code and XIB files and inject them back on runtime.",
"description": "Utility to easily localize your iOS apps by automatically extracting texts from code and XIB files into a Localizable strings and inject them back on runtime without changing your XIB files.",
"homepage": "https://github.com/angelolloqui/AGi18n",
"license": "MIT License",
"authors": {
"Angel Garcia Olloqui": "http://angelolloqui.com"
},
"source": {
"git": "https://github.com/angelolloqui/AGi18n.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "5.0"
},
"source_files": "lib/*.{h,m}",
"requires_arc": true
}