blob: ac88f6a1697ff707c28bc60995571cb5db951a50 [file] [log] [blame]
{
"name": "JBInputTableView",
"version": "1.0.5",
"summary": "UITableView subclass which handles input text view. Suitable plugin for chat applications.",
"homepage": "https://github.com/josipbernat/JBInputTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Josip Bernat": "josip.bernat@gmail.com"
},
"social_media_url": "http://twitter.com/josipbernat",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/josipbernat/JBInputTableView.git",
"tag": "v1.0.5"
},
"source_files": "JBInputTableView/JBInputTableView/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"PHFComposeBarView": [
"~> 2.0"
]
}
}