cordova-ios-plugin-userdefaults
Version:
This plugin is used to save and load data to the app groups. It is used to share data between App and Share Extension.
28 lines (27 loc) • 648 B
JSON
{
"version": "1.0.0",
"name": "cordova-ios-plugin-userdefaults",
"cordova_name": "App Groups UserDefault",
"description": "This plugin is used to save and load data to the app groups. It is used to share data between App and Share Extension.",
"license": "MIT",
"author": {
"name": "Mattia Malonni",
"email": "mattia.malonni@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/MattiaMalonni/cordova-ios-plugin-userdefaults"
},
"keywords": [
"cordova",
"plugin",
"cordova-ios",
"ios",
"userdefaults",
"app groups"
],
"platforms": [
"ios"
],
"engines": {}
}