blob: 096403ea6dfda42032c7b0a5549f93ef832a527f [file] [log] [blame]
{
"name": "AGi18n",
"version": "0.0.3",
"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.3"
},
"platforms": {
"ios": "5.0"
},
"source_files": "lib/*.{h,m}",
"requires_arc": true
}