[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / f / 9 / 3 / HoloTableViewMGPlugin / 1.0.0 / HoloTableViewMGPlugin.podspec.json
blob199f342696dd0d07a4ed31707bb34866fc026201
2   "name": "HoloTableViewMGPlugin",
3   "version": "1.0.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/HoloFoundation/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/HoloFoundation/HoloTableViewMGPlugin.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HoloTableViewMGPlugin/Classes/**/*",
22   "dependencies": {
23     "HoloTableView": [
24       "~> 2.0"
25     ],
26     "MGSwipeTableCell": [
27       "~> 1.6"
28     ]
29   }