[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / f / 0 / 7 / AGi18n / 0.0.3 / AGi18n.podspec.json
blob096403ea6dfda42032c7b0a5549f93ef832a527f
2   "name": "AGi18n",
3   "version": "0.0.3",
4   "summary": "Localize iOS apps by automatically extracting texts from code and XIB files and inject them back on runtime.",
5   "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.",
6   "homepage": "https://github.com/angelolloqui/AGi18n",
7   "license": "MIT License",
8   "authors": {
9     "Angel Garcia Olloqui": "http://angelolloqui.com"
10   },
11   "source": {
12     "git": "https://github.com/angelolloqui/AGi18n.git",
13     "tag": "0.0.3"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": "lib/*.{h,m}",
19   "requires_arc": true