blob: 3484d6e693a9898a58da6af84ea9c225cc18456b [file] [log] [blame]
{
"name": "ionic-plugin-keyboard",
"version": "2.2.1",
"summary": "Ionic Keyboard Plugin",
"description": "provides functions to make interacting with the keyboard easier",
"homepage": "https://ionicframework.com/docs/native/keyboard/",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Ionic team": "hi@ionic.io"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ionic-team/ionic-plugin-keyboard.git",
"tag": "v2.2.1"
},
"source_files": [
"Classes",
"src/ios/*.{h,m}"
],
"dependencies": {
"Cordova": [
"~> 4.4.0"
]
}
}