[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 1 / 5 / HFTableViewManger / 0.0.1 / HFTableViewManger.podspec.json
blob58cf63ec4dcf5a732a4b939105123898aeb81920
2   "name": "HFTableViewManger",
3   "version": "0.0.1",
4   "summary": "简化Tablview的使用",
5   "description": "简化Tablview的使用,",
6   "homepage": "https://github.com/helfyz/HFTableViewManger",
7   "license": "MIT",
8   "authors": {
9     "helfy": "562812743@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/helfyz/HFTableViewManger.git",
16     "tag": "0.0.1",
17     "submodules": true
18   },
19   "frameworks": [
20     "Foundation",
21     "CoreGraphics",
22     "UIKit"
23   ],
24   "requires_arc": true,
25   "source_files": "HFTableViewManger/Classes/**/*.{h,m}",
26   "public_header_files": "HFTableViewManger/Classes/**/*.h",
27   "dependencies": {
28     "UITableView+FDTemplateLayoutCell": [
30     ]
31   }