[Add] PayUIndia-Networking 5.0.1
[CocoaPods.git] / Specs / 5 / c / e / NMAutoHeightTableCell / 0.1.3 / NMAutoHeightTableCell.podspec.json
bloba3495b9cc02fb1faaf3d601eca6a9f10758e1a50
2   "name": "NMAutoHeightTableCell",
3   "version": "0.1.3",
4   "summary": "一个可以使用Autolayout实现自动计算Cell高度的扩展库",
5   "description": "一个可以使用Autolayout实现自动计算Cell高度的扩展库",
6   "homepage": "https://github.com/NBaby/NMKit/tree/master/NMAutoHeightTableCell",
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": "0.1.0"
17   },
18   "source_files": [
19     "NMAutoHeightTableCell/lib",
20     "*.{h,m}"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "YYCache": [
25       "~> 1.0.3"
26     ],
27     "YYModel": [
28       "~> 1.0.2"
29     ]
30   }