blob: bc3281abcacd4521012405e1c2fc9fe5edc33444 [file] [log] [blame]
{
"name": "AMBubbleTableViewController",
"version": "0.3.4",
"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.4"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"AMBubbleTableViewController",
"*.{h,m}"
],
"resources": "AMBubbleTableViewController/Resources/*.png",
"frameworks": "QuartzCore",
"requires_arc": true
}