blob: 3fc09f0a973121f2c4f8b8655d0e9de1aa9093b5 [file] [log] [blame]
{
"name": "YTPAccessoryInputView",
"version": "0.1.0",
"summary": "A category that adds accessory input view to custom input tool bar.",
"description": "YTPAccessoryInputView is a simple library for iOS. If you ever wanted to add extra functionalities to your \nchat or comment page with your custom input tool bar, for example, adding a scroll view with custom stickers or \nsending photos or location info. This library can easily allow toggle between keyboard and the accessory input view. \nWith this library, you no longer need to rely on UIAlertController to create action sheet for extra functionalities.",
"homepage": "https://github.com/carlpan/YTPAccessoryInputView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"carlpan": "carlpan66@gmail.com"
},
"source": {
"git": "https://github.com/carlpan/YTPAccessoryInputView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "YTPAccessoryInputView/Classes/**/*"
}