blob: 077896630649f88a5279b069b6d495c5808a26fd [file] [log] [blame]
{
"name": "HoloTableViewMGPlugin",
"version": "0.2.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/gonghonglou/HoloTableViewMGPlugin",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gonghonglou": "gonghonglou@icloud.com"
},
"source": {
"git": "https://github.com/gonghonglou/HoloTableViewMGPlugin.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HoloTableViewMGPlugin/Classes/**/*",
"dependencies": {
"HoloTableView": [
">= 1.7.0"
],
"MGSwipeTableCell": [
">= 1.6.11"
]
}
}