blob: aa214322badfe5e35bc8a04ad5286e81817c4d78 [file] [log] [blame]
{
"name": "Customkeyboard",
"version": "5.0.0",
"swift_version": "5.0",
"summary": "A simple and fast realization of a custom keyboard.",
"description": "A simple and fast realization of a custom digital keyboard. There is always a keyboard for you.",
"homepage": "https://github.com/ChinaHackers/CustomKeyboard",
"screenshots": "https://github.com/ChinaHackers/CustomKeyboard/raw/master/Screencast/Screencast.png",
"license": "MIT",
"authors": {
"ChinaHackers": "93428739@qq.com"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/ChinaHackers/CustomKeyboard.git",
"tag": "5.0.0"
},
"source_files": [
"CustomKeyboard",
"CustomKeyboard/Classes/**/*.{h,m,swift}"
],
"exclude_files": "CustomKeyboard/Exclude",
"resource_bundles": {
"CustomKeyboard": [
"CustomKeyboard/Resources/*.xcassets"
]
},
"frameworks": "UIKit"
}