[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 2 / f / LocalizationsGenerator / 1.0.4 / LocalizationsGenerator.podspec.json
bloba9f0e3eec9255b959f9d9a795a59b82ed1b721ba
2   "name": "LocalizationsGenerator",
3   "version": "1.0.4",
4   "summary": "Auto Localizations Generator , intended to end the constant problems that localizations present developers.",
5   "homepage": "https://github.com/satishbabariya/LocalizationsGenerator",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Satish Babariya": "satish.babariya@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/satishbabariya/LocalizationsGenerator.git",
15     "tag": "1.0.4"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "LocalizationsGenerator/Localizations.swift",
21   "preserve_paths": [
22     "LocalizationsGenerator.swift",
23     "run"
24   ],
25   "static_framework": true,
26   "cocoapods_version": ">= 1.4.0",
27   "swift_version": "4.0",
28   "frameworks": "Foundation",
29   "script_phases": {
30     "name": "LocalizationsGenerator",
31     "script": "chmod +x \"${PODS_ROOT}/LocalizationsGenerator/run\"",
32     "execution_position": "before_compile"
33   }