[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 9 / 3 / ZGPullDragTableView / 0.0.1 / ZGPullDragTableView.podspec.json
blob3386d673879e51c4f9942f3edf8066e85f6bcc44
2   "name": "ZGPullDragTableView",
3   "version": "0.0.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kyle Fang": "zhigang1992@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/zhigang1992/ZGPullDragTableView.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "source_files": [
22     "Classes",
23     "ZGPullDragTableViewClass/**/*.{h,m}"
24   ],
25   "public_header_files": "ZGPullDragTableViewClass/**/*.h",
26   "requires_arc": true