[Add] DriveMetaDataiOSSDK 0.0.7
[CocoaPods.git] / Specs / 9 / a / f / DKExternalKeyboard / 1.0.0 / DKExternalKeyboard.podspec.json
blobd05d28f06d1adf5b07d8f7b360e033fadbbfd616
2   "name": "DKExternalKeyboard",
3   "version": "1.0.0",
4   "summary": "Keyboard for external displays.",
5   "swift_version": "4.2",
6   "description": "This pod allows user to show keyboard on external displays, where system keyboard cannot be showed.",
7   "homepage": "https://github.com/deniskakacka/DKExternalKeyboard",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "deniskakacka": "deniskakacka@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/deniskakacka/DKExternalKeyboard.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "DKExternalKeyboard/Classes/**/*",
23   "resource_bundles": {
24     "DKExternalKeyboard": [
25       "DKExternalKeyboard/Assets/**/*.{xib,pdf,xcassets}"
26     ]
27   }