[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 4 / e / 6 / MMTableView / 1.2 / MMTableView.podspec.json
blobb034156a055fd9e038739302ae763ea5c4229df0
2   "name": "MMTableView",
3   "version": "1.2",
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.1"
16   },
17   "source_files": [
18     "MMTableView",
19     "MMTableView/MMTableView/*.{h,m}"
20   ],
21   "dependencies": {
22     "Masonry": [
23       "~> 1.1.0"
24     ],
25     "MJExtension": [
26       "~> 3.0.13"
27     ],
28     "UIColor+Hex": [
29       "~> 1.0.1"
30     ]
31   }