blob: ebac8ba4ae2ee69b193ad073b366799b89a2c54b [file] [log] [blame]
{
"name": "ASTextInputAccessoryView",
"version": "1.2.1",
"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.\n\nPowered by ASPlaceholderTextView and PMKVObserver",
"homepage": "https://github.com/ashare80/ASTextInputAccessoryView",
"license": "MIT",
"authors": {
"Adam Share": "ashare80@gmail.com"
},
"source": {
"git": "https://github.com/ashare80/ASTextInputAccessoryView.git",
"tag": "1.2.1"
},
"social_media_url": "https://twitter.com/adamshare",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Source/**/*",
"frameworks": "UIKit",
"dependencies": {
"ASPlaceholderTextView": [
"~> 0.1"
],
"PMKVObserver": [
"~> 1.0"
]
}
}