Skip to content

Commit

Permalink
Update podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
lm2343635 committed Apr 9, 2019
1 parent efda4d8 commit 6864ab3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion MGKeyboardAccessory.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ MGKeyboardAccessory is a keyboard accessory to input special characters in UITex
s.source = { :git => 'https://github.com/lm2343635/MGKeyboardAccessory.git', :tag => s.version.to_s }

s.ios.deployment_target = '8.0'
s.swift_version = '5.0'

s.default_subspec = 'Core'

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# MGKeyboardAccessory [![CI Status](http://img.shields.io/travis/lm2343635/MGKeyboardAccessory.svg?style=flat)](https://travis-ci.org/lm2343635/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
[![CI Status](http://img.shields.io/travis/lm2343635/MGKeyboardAccessory.svg?style=flat)](https://travis-ci.org/lm2343635/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)
[![swift](https://img.shields.io/badge/swift-5.0-orange.svg)](https://github.com/lm2343635/MGKeyboardAccessory/releases)

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.
Expand Down

0 comments on commit 6864ab3

Please sign in to comment.