blob: e04dc059591c84cc9a0aa9eba8b1938fc42baa6a [file] [log] [blame]
{
"name": "ASTextInputAccessoryView",
"version": "0.1.8",
"summary": "Messages app input view recreated in Swift.",
"description": "Messages app input accessory view recreated in Swift.\n\nSet as your chat ViewController's inputAccessoryView for a customizable and auto-resizing text input bar.",
"homepage": "https://github.com/ashare80/ASTextInputAccessoryView",
"license": "MIT",
"authors": {
"Adam Share": "ashare80@gmail.com"
},
"source": {
"git": "https://github.com/ashare80/ASTextInputAccessoryView.git",
"tag": "0.1.8"
},
"social_media_url": "https://twitter.com/adamshare",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Source/**/*",
"frameworks": "UIKit",
"dependencies": {
"ASPlaceholderTextView": [
"~> 0.1"
]
}
}