blob: 8702cdcc9bcc0398da2f174e3dcd79122a93df67 [file] [log] [blame]
{
"name": "MGKeyboardAccessory",
"version": "0.4",
"summary": "A keyboard accessory to input special characters.",
"description": "MGKeyboardAccessory is a keyboard accessory to input special characters in UITextField or UI directly. It allows developers to add the custom button with characters in keyboard accessory, characters in the button will be inserted to text field if the button is clicked.\n# Features\n- Support custom characters.\n- Support two styles: defualt and dark.\n- Support both UITextField and UITextView.",
"homepage": "https://github.com/lm2343635/MGKeyboardAccessory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Meng Li": "lm2343635@126.com"
},
"social_media_url": "http://fczm.pw",
"source": {
"git": "https://github.com/lm2343635/MGKeyboardAccessory.git",
"tag": "0.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MGKeyboardAccessory/Classes/**/*"
}