2 "name": "LocalisationManagerKit-iOS",
4 "summary": "A kit that will be responsible for localising the ui of our kits and apps",
5 "description": "Read the localisations from a JSON file. One JSON file has the localisations for all language codes. Allow the parent app to set the required language by NSUserDefaults key. If the user provided a missing/wrong JSON file the KIT should handle from the default one not to return keys or nulls. If the parent app didn’t define a specific language, the kit should detect the phone locale and display the language accordingly.",
6 "homepage": "https://github.com/Tap-Payments/LocalisationManagerKit-iOS",
9 "Tap Payments": "o.rabie@tap.company"
14 "swift_versions": "4.2",
16 "git": "https://github.com/Tap-Payments/LocalisationManagerKit-iOS.git",
19 "source_files": "LocalisationManagerKit-iOS/LocalisationManagerKit-iOS/Core/**/*.{h,m,swift}",
20 "exclude_files": "Classes/Exclude",
21 "swift_version": "4.2"