2 "name": "ZGPullDragTableView",
4 "summary": "Awesome TableView Category for Drag and Pull.",
5 "description": "\n![img](https://raw.github.com/zhigang1992/ZGPullDragTableView/master/ScreenShots/Screen%20Shot%202013-02-26%20at%203.23.23%20PM.png)\n![img](https://raw.github.com/zhigang1992/ZGPullDragTableView/master/ScreenShots/Screen%20Shot%202013-02-26%20at%203.23.44%20PM.png)\n\n\nThe cool thing about [ZGPullDragTableView][] is that, the header and the footer view is a complete functional `UIView`,\nover which you have complete control.\n\nIs also super easy to use, the API is very thright forward. \n\n\nAfter import `UITableView+ZGPullDrag.h` to you source file, `UITableView` will have two more method.\n\n```\n- (void)addZGPullView:(UIView *)pullView;\n- (void)addZGDragView:(UIView *)dragView;\n```\n\nand also two more `Delegate`:\n\n```\n@property (nonatomic) id <ZGPullViewDelegate> ZGPullViewDelegate;\n@property (nonatomic) id <ZGDragViewDelegate> ZGDragViewDelegate;\n```\n\nall of its delegate method are optional.\n\n[![ScreenShot](https://raw.github.com/zhigang1992/ZGPullDragTableView/master/ScreenShots/Screen%20Shot%202013-02-26%20at%203.30.47%20PM.png)](http://youtu.be/1LU7k563Cmo)\n\n\n[ZGPullDragTableView]: https://github.com/zhigang1992/ZGPullDragTableView\n\n",
6 "homepage": "https://github.com/zhigang1992/ZGPullDragTableView",
12 "Kyle Fang": "zhigang1992@gmail.com"
15 "git": "https://github.com/zhigang1992/ZGPullDragTableView.git",
23 "ZGPullDragTableViewClass/**/*.{h,m}"
25 "public_header_files": "ZGPullDragTableViewClass/**/*.h",