blob: d05d28f06d1adf5b07d8f7b360e033fadbbfd616 [file] [log] [blame]
{
"name": "DKExternalKeyboard",
"version": "1.0.0",
"summary": "Keyboard for external displays.",
"swift_version": "4.2",
"description": "This pod allows user to show keyboard on external displays, where system keyboard cannot be showed.",
"homepage": "https://github.com/deniskakacka/DKExternalKeyboard",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"deniskakacka": "deniskakacka@gmail.com"
},
"source": {
"git": "https://github.com/deniskakacka/DKExternalKeyboard.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "DKExternalKeyboard/Classes/**/*",
"resource_bundles": {
"DKExternalKeyboard": [
"DKExternalKeyboard/Assets/**/*.{xib,pdf,xcassets}"
]
}
}