blob: 1a7533e373b352f17036ded015bba3e67cf6cb8f [file] [log] [blame]
{
"name": "IMLocalize",
"version": "1.2",
"summary": "Localize your apps with just a line of code. Easy to setup (again, just one line)",
"description": "IMLocalize is used for localization inside your app.\nImport IMLocalize to appDelegate (or some other class before you actually want to localize a string for the first time): #import @IMLocalize;\nSet it up by just writing: [[IMLocalizeManager shared] setupWithUrlString:@\"url_to_json_dictionaries\"];\nand then use it all over your app by just writing: IMLocalize(string_to_localize)\ne.g: self.label.text = IMLocalize(string_to_localize);",
"homepage": "https://github.com/inigo333/IMLocalize",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Inigo Mato": "inigo333@gmail.com"
},
"source": {
"git": "https://github.com/inigo333/IMLocalize.git",
"tag": "1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "IMLocalize/Classes/**/*"
}