[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / f / 9 / 3 / HoloTableViewMGPlugin / 0.2.0 / HoloTableViewMGPlugin.podspec.json
blob077896630649f88a5279b069b6d495c5808a26fd
2   "name": "HoloTableViewMGPlugin",
3   "version": "0.2.0",
4   "summary": "A MGSwipeTableCell plugin for HoloTableView",
5   "description": "This project adds a plugin for MGSwipeTableCell into HoloTableView, for supporting swipe actions.",
6   "homepage": "https://github.com/gonghonglou/HoloTableViewMGPlugin",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gonghonglou": "gonghonglou@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/gonghonglou/HoloTableViewMGPlugin.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HoloTableViewMGPlugin/Classes/**/*",
22   "dependencies": {
23     "HoloTableView": [
24       ">= 1.7.0"
25     ],
26     "MGSwipeTableCell": [
27       ">= 1.6.11"
28     ]
29   }