blob: a9f0e3eec9255b959f9d9a795a59b82ed1b721ba [file] [log] [blame]
{
"name": "LocalizationsGenerator",
"version": "1.0.4",
"summary": "Auto Localizations Generator , intended to end the constant problems that localizations present developers.",
"homepage": "https://github.com/satishbabariya/LocalizationsGenerator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Satish Babariya": "satish.babariya@gmail.com"
},
"source": {
"git": "https://github.com/satishbabariya/LocalizationsGenerator.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LocalizationsGenerator/Localizations.swift",
"preserve_paths": [
"LocalizationsGenerator.swift",
"run"
],
"static_framework": true,
"cocoapods_version": ">= 1.4.0",
"swift_version": "4.0",
"frameworks": "Foundation",
"script_phases": {
"name": "LocalizationsGenerator",
"script": "chmod +x \"${PODS_ROOT}/LocalizationsGenerator/run\"",
"execution_position": "before_compile"
}
}