2 "name": "LocalizableGoogleSheets",
4 "summary": "Tool for transforming Google Spreadsheets of translations into iOS ready files",
5 "description": "Provides a `Localizable` protocol to enable easy transfer from enums to associated localisation strings/stringsdict files.\nHandles variable substitution and plurals.\nAlso includes a standalone convertor (written in Python, running in Docker) which will generate the necessary localisation/translation\nstrings/stringsdict files and the associated Localizable conforming enums.",
6 "homepage": "https://github.com/design-ops/localizable-googlesheets",
18 "git": "https://github.com/design-ops/localizable-googlesheets.git",
21 "swift_versions": "5.0",
25 "source_files": "LocalizableGoogleSheets/LocalizableGoogleSheets/Classes/**/*",
26 "frameworks": "Foundation",
31 "source_files": "LocalizableGoogleSheets/LocalizableGoogleSheets/Tests/*",
32 "resources": "LocalizableGoogleSheets/LocalizableGoogleSheets/Tests/Resources/*"
35 "swift_version": "5.0"