blob: 3303f621d5058c11c03162d667712a3ecf4ae0cd [file] [log] [blame]
{
"name": "ASTextInputAccessoryView",
"version": "1.1.0",
"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.1.0"
},
"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"
]
}
}