blob: c971421d0b54e47f9715202f52d5fe930507729d [file] [log] [blame]
{
"name": "TableViewDraggerDTCustom",
"version": "1.3.1",
"summary": "A cells of UITableView can be rearranged by drag and drop.",
"homepage": "https://github.com/AsTao/TableViewDragger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"astao": "236048180@qq.com"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/AsTao/TableViewDragger.git",
"tag": "1.3.1"
},
"source_files": "TableViewDragger/**/*.{h,swift}",
"requires_arc": true,
"frameworks": "UIKit",
"swift_version": "5.0"
}