From a37ea1908b53985b110ffd2e33e4a6108bf7f621 Mon Sep 17 00:00:00 2001 From: limeng Date: Sat, 12 Aug 2017 18:03:56 +0900 Subject: [PATCH] Update podspec and README.md --- MGKeyboardAccessory.podspec | 10 +++++----- README.md | 11 ++++++++--- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/MGKeyboardAccessory.podspec b/MGKeyboardAccessory.podspec index 9fcf0fb..744ec69 100644 --- a/MGKeyboardAccessory.podspec +++ b/MGKeyboardAccessory.podspec @@ -8,15 +8,15 @@ Pod::Spec.new do |s| s.name = 'MGKeyboardAccessory' - s.version = '0.2' - s.summary = 'A keyboard accessory to input special text to text field directly.' + s.version = '0.3' + s.summary = 'A keyboard accessory to input special characters.' s.description = <<-DESC -MGKeyboardAccessory is a keyboard accessory to input special text to text field directly. Itallows developer to add the custom button with text in keyboard accessory, text in the button will be inserted to text field if the button is clicked. +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. # Features -- Support custom text in the button. +- Support custom characters. - Support two styles: defualt and dark. -- Support to scroll character buttons horizontally. +- Support both UITextField and UITextView. DESC s.homepage = 'https://github.com/lm2343635/MGKeyboardAccessory' diff --git a/README.md b/README.md index 1d01a75..a1fc3cc 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ # MGKeyboardAccessory [![CI Status](http://img.shields.io/travis/limeng/MGKeyboardAccessory.svg?style=flat)](https://travis-ci.org/limeng/MGKeyboardAccessory) [![Version](https://img.shields.io/cocoapods/v/MGKeyboardAccessory.svg?style=flat)](http://cocoapods.org/pods/MGKeyboardAccessory) [![License](https://img.shields.io/cocoapods/l/MGKeyboardAccessory.svg?style=flat)](http://cocoapods.org/pods/MGKeyboardAccessory) [![Platform](https://img.shields.io/cocoapods/p/MGKeyboardAccessory.svg?style=flat)](http://cocoapods.org/pods/MGKeyboardAccessory) -MGKeyboardAccessory is a keyboard accessory to input special text to text field directly. Itallows developer to add the custom button with text in keyboard accessory, text in the button will be inserted to text field if the button is clicked. +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. ![MGKeyboardAccessory](https://raw.githubusercontent.com/lm2343635/MGKeyboardAccessory/master/screenshot/demo.png) ## Features -- Support custom text in the button. +- Support custom characters. - Support two styles: defualt and dark. +- Support both UITextField and UITextView. ## Example @@ -18,7 +20,7 @@ MGKeyboardAccessory is available through [CocoaPods](http://cocoapods.org). To i it, simply add the following line to your Podfile: ```ruby -pod 'MGKeyboardAccessory', '~> 0.2' +pod 'MGKeyboardAccessory', '~> 0.3' ``` ## How to use @@ -45,6 +47,9 @@ The first parameter is a string array to create custom button, the second parame - v0.2 - Support to scroll character buttons horizontally. +- v0.3 + - Support UITextView. + ## Author Meng Li, http://fczm.pw, lm2343635@126.com