[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / f / 2 / 5 / LocalisationManagerKit-iOS / 1.0.4 / LocalisationManagerKit-iOS.podspec.json
blob30bacb1e09ea950b9a57bcfae224e07dc9a7dd97
2   "name": "LocalisationManagerKit-iOS",
3   "version": "1.0.4",
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",
7   "license": "LICENSE",
8   "authors": {
9     "Tap Payments": "o.rabie@tap.company"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "swift_versions": "4.2",
15   "source": {
16     "git": "https://github.com/Tap-Payments/LocalisationManagerKit-iOS.git",
17     "tag": "1.0.4"
18   },
19   "source_files": "LocalisationManagerKit-iOS/LocalisationManagerKit-iOS/Core/**/*.{h,m,swift}",
20   "exclude_files": "Classes/Exclude",
21   "swift_version": "4.2"