blob: dd552a72a6b2e469c79d6de851f23022cea2889a [file] [log] [blame]
{
"name": "AMBubbleTableViewController",
"version": "0.5.3",
"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.5.3"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"AMBubbleTableViewController",
"*.{h,m}"
],
"resources": "AMBubbleTableViewController/Resources/*.png",
"frameworks": "QuartzCore",
"requires_arc": true,
"social_media_url": "https://twitter.com/theandreamazz"
}