blob: 460aa11da1a77efaded6d2f4c5dd661fe480bf62 [file] [log] [blame]
{
"name": "UITableView-AnimationControl",
"version": "2.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": "2.0"
},
"source_files": "UITableView+AnimationControl.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}