[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / c / e / NMAutoHeightTableCell / 0.0.2 / NMAutoHeightTableCell.podspec.json
blob0c9a7f22bcd70bd8425c14a120422848288ebaff
2   "name": "NMAutoHeightTableCell",
3   "version": "0.0.2",
4   "summary": "一个封装过带有SegmentView的pageViewController",
5   "description": "pageViewController很常用,但是加上segmentView按钮,每次都要写很多代码,因此封装一个带有SegmentView的pageViewController,使用起来也很方便。",
6   "homepage": "https://github.com/NBaby/NMKit/tree/master/NMPageViewController",
7   "license": "MIT",
8   "authors": {
9     "nuomi": "xsz88287703@126.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/NBaby/NMKit.git",
16     "tag": "release/0.2.0"
17   },
18   "source_files": [
19     "NMPageViewController/lib",
20     "*.{h,m,xib}"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "Masonry": [
25       "~> 1.0.1"
26     ]
27   }