[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / e / 6 / MMTableView / 1.6 / MMTableView.podspec.json
blob11df7df61619a22686047d55de433b5a75c9a520
2   "name": "MMTableView",
3   "version": "1.6",
4   "summary": "写给自己用的TableView,参考了微信的写法,名字我都没改……",
5   "description": "原来写法太乱了,自己封一个,方便自己公司内部团队使用的,不定期维护更新,如果有需要的小伙伴也可以自行使用。",
6   "homepage": "https://github.com/ZWXAllen/MMTableView",
7   "authors": {
8     "young.zhang": "young.zhang@ecovacs.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/ZWXAllen/MMTableView.git",
15     "tag": "1.6"
16   },
17   "source_files": "MMTableView/MMTableView/*.{h,m}",
18   "dependencies": {
19     "Masonry": [
20       "~> 1.1.0"
21     ],
22     "MJExtension": [
23       "~> 3.0.13"
24     ],
25     "UIColor+Hex": [
26       "~> 1.0.1"
27     ]
28   }