[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 9 / 6 / ionic-plugin-keyboard / 2.2.1 / ionic-plugin-keyboard.podspec.json
blob3484d6e693a9898a58da6af84ea9c225cc18456b
2   "name": "ionic-plugin-keyboard",
3   "version": "2.2.1",
4   "summary": "Ionic Keyboard Plugin",
5   "description": "provides functions to make interacting with the keyboard easier",
6   "homepage": "https://ionicframework.com/docs/native/keyboard/",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ionic team": "hi@ionic.io"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ionic-team/ionic-plugin-keyboard.git",
19     "tag": "v2.2.1"
20   },
21   "source_files": [
22     "Classes",
23     "src/ios/*.{h,m}"
24   ],
25   "dependencies": {
26     "Cordova": [
27       "~> 4.4.0"
28     ]
29   }