blob: ec44b5f9b06f3dd99b2b87dd26dce7b6d2ae30d4 [file] [log] [blame]
{
"name": "ASTextInputAccessoryView",
"version": "0.1.9",
"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.9"
},
"social_media_url": "https://twitter.com/adamshare",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Source/**/*",
"frameworks": "UIKit",
"dependencies": {
"ASPlaceholderTextView": [
"~> 0.1"
]
}
}