blob: 6703ce19494a845238710d1a14a5b07962fbdc6b [file] [log] [blame]
{
"name": "LocalisationManagerKit-iOS",
"version": "1.0.0",
"summary": "A kit that will be responsible for localising the ui of our kits and apps",
"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.",
"homepage": "https://github.com/Tap-Payments/LocalisationManagerKit-iOS",
"license": "LICENSE",
"authors": {
"Tap Payments": "o.rabie@tap.company"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/Tap-Payments/LocalisationManagerKit-iOS.git",
"tag": "1.0.0"
},
"source_files": "LocalisationManagerKit-iOS/LocalisationManagerKit-iOS/Core/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"swift_version": "4.2"
}