| { |
| "name": "HoloTableViewMGPlugin", |
| "version": "1.0.0", |
| "summary": "A MGSwipeTableCell plugin for HoloTableView", |
| "description": "This project adds a plugin for MGSwipeTableCell into HoloTableView, for supporting swipe actions.", |
| "homepage": "https://github.com/HoloFoundation/HoloTableViewMGPlugin", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "gonghonglou": "gonghonglou@icloud.com" |
| }, |
| "source": { |
| "git": "https://github.com/HoloFoundation/HoloTableViewMGPlugin.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "HoloTableViewMGPlugin/Classes/**/*", |
| "dependencies": { |
| "HoloTableView": [ |
| "~> 2.0" |
| ], |
| "MGSwipeTableCell": [ |
| "~> 1.6" |
| ] |
| } |
| } |