blob: d1d122cca7a65f902011b0e60cf9eadbe629a01d [file] [log] [blame]
{
"name": "UITableView-AnimationControl",
"version": "1.0",
"summary": "Control UITableView animations like insertRowsAtIndexPaths:withRowAnimation:'s.",
"homepage": "https://github.com/Dromaguirre/UITableView-AnimationControl",
"license": "Public Domain",
"authors": {
"David Román": "dromaguirre@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/Dromaguirre/UITableView-AnimationControl.git",
"tag": "1.0"
},
"source_files": "UITableView+AnimationControl.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}