blob: 094563be5e91eee3ccf6563a68c115dc2909aa94 [file] [log] [blame]
{
"name": "SwipableCell",
"version": "0.1.2",
"summary": "Swipable cell, support UITableView and ASTableView from Texture",
"homepage": "https://github.com/ChaselAn/SwipableCell",
"license": "MIT",
"authors": {
"ChaselAn": "865770853@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ChaselAn/SwipableCell.git",
"tag": "0.1.2"
},
"source_files": "EditTableViewCell/SwipableCell/*.swift",
"requires_arc": true,
"dependencies": {
"Texture": [
"~> 2.6"
]
}
}