[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 9 / b / DataDominantTableView / 1.0.1 / DataDominantTableView.podspec.json
blobec478674e6a2f27d6edefa284adb398505bcc397
2   "name": "DataDominantTableView",
3   "version": "1.0.1",
4   "summary": "一个UITableView辅助工具",
5   "description": "一个UITableView辅助工具。当页面中有多种Cell时,可以使用此工具实现根据不同的数据来显示不同的Cell,从而避免在“- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath”方法里面根据indexPath区分Cell,从而降低TableView的维护成本。",
6   "homepage": "https://github.com/xiangpengzhu/DataDominantTableView",
7   "license": {
8     "type": "GNU General Public License v3.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhuxiangpeng": "zxpwork@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/xiangpengzhu/DataDominantTableView.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "DataDominantTableView/*.{h,m}",
22   "exclude_files": "Example",
23   "public_header_files": "DataDominantTableView/*.h",
24   "frameworks": "UIKit",
25   "requires_arc": true