[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 0 / 3 / AMLocalized / 0.3 / AMLocalized.podspec.json
blobb6deb5ec0e2be7968ecb0fbf8d3aebf4855d12ae
2   "name": "AMLocalized",
3   "version": "0.3",
4   "summary": "Localization system that supports changing the language at run-time and adds support for multiple languages",
5   "description": "AMLocalized is\n- fully compatible with Xcode implementation: you don't have to change your code if you don't want to\n- supports run-time change of the app language!\n- adds support for multiple language that the iOS implementation is missing (like Esperanto, Catalá, Klingon and more)\n\nUsage:\n1. LocalizationSetLanguage(\"language\") // where \"language\" string should match the name of the .strings file -> language.strings\n2. AMLocalizedString(\"tag\", \"alternative\") // tag is the key, alternative is, well, the alternative if the tag is not found in the .strings file\n\nExtra:\n- LocalizationReset // to reset to default values\n- LocalizationGetLanguage // to get the current language used",
6   "homepage": "http://aggressive-mediocrity.blogspot.de/2010/03/custom-localization-system-for-your.html",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Juan Albero Sanchis",
12   "platforms": {
13     "ios": null
14   },
15   "source": {
16     "git": "https://github.com/tagyro/AMLocalizedString.git",
17     "tag": "0.3"
18   },
19   "source_files": "*.{h,m}",
20   "exclude_files": "Classes/Exclude"