blob: d55d74cd1e9e3eb7a4bf3704169d160082432d82 [file] [log] [blame]
{
"name": "AMBubbleTableViewController",
"version": "0.3.5",
"summary": "Simple implementation of a UITableView styled as chat bubbles. It provides different base styles and it's easily customizable",
"homepage": "https://github.com/andreamazz/AMBubbleTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrea Mazzini": "andrea.mazzini@gmail.com"
},
"source": {
"git": "https://github.com/andreamazz/AMBubbleTableView.git",
"tag": "0.3.5"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"AMBubbleTableViewController",
"*.{h,m}"
],
"resources": "AMBubbleTableViewController/Resources/*.png",
"frameworks": "QuartzCore",
"requires_arc": true
}