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