[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 8 / 6 / b / ZXTableAutoHeight / 1.0 / ZXTableAutoHeight.podspec.json
blobb2a9378a41c2faf524ce3cf83401b2a5fb9344f1
2   "name": "ZXTableAutoHeight",
3   "version": "1.0",
4   "summary": "根据UITableViewCell的自动布局计算高度的框架",
5   "authors": {
6     "Theo Though": "zxinsunshine@126.com"
7   },
8   "homepage": "https://github.com/xxx",
9   "license": "MIT",
10   "source": {
11     "git": "https://github.com/zxinsunshine/ZXTableAutoHeight.git",
12     "tag": "1.0",
13     "branch": "main"
14   },
15   "dependencies": {
16     "IGListDiffKit": [
18     ]
19   },
20   "source_files": "AutoHeightManger/**/*.{h,m,mm,swift}",
21   "public_header_files": [
22     "AutoHeightManger/*.h",
23     "AutoHeightManger/Protocol/*.h",
24     "AutoHeightManger/Categories/NSObject+ZXTableViewAutoHeightMark.h"
25   ],
26   "platforms": {
27     "ios": "13.0"
28   }