[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 0 / 5 / d / LocalizableGoogleSheets / 1.0.0 / LocalizableGoogleSheets.podspec.json
blob52c6d644a199878273912d618f7684ae9d9175bc
2   "name": "LocalizableGoogleSheets",
3   "version": "1.0.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": [
12     "nmpsilva",
13     "deanWomborne",
14     "kerrmarin",
15     "atomoil"
16   ],
17   "source": {
18     "git": "https://github.com/design-ops/localizable-googlesheets.git",
19     "tag": "v1.0.0"
20   },
21   "swift_versions": "5.0",
22   "platforms": {
23     "ios": "8.0"
24   },
25   "source_files": "LocalizableGoogleSheets/LocalizableGoogleSheets/Classes/**/*",
26   "frameworks": "Foundation",
27   "testspecs": [
28     {
29       "name": "Tests",
30       "test_type": "unit",
31       "source_files": "LocalizableGoogleSheets/LocalizableGoogleSheets/Tests/*",
32       "resources": "LocalizableGoogleSheets/LocalizableGoogleSheets/Tests/Resources/*"
33     }
34   ],
35   "swift_version": "5.0"