blob: d02faf2de6b615f8bddc55b3c2cd95b7cb15d2b2 [file] [log] [blame]
{
"name": "SCTableViewCell",
"version": "0.1.0",
"summary": "Swipe-to-Delete Effects like iOS Native Mail App",
"description": "Swipe-to-Delete Effects TableView Cell like iOS Native Mail App",
"homepage": "https://github.com/SergioChan/SCTableViewCell",
"license": "MIT",
"authors": {
"Sergio Chan": "yuheng9211@qq.com"
},
"source": {
"git": "https://github.com/SergioChan/SCTableViewCell.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SCTableViewCell": [
"Pod/Assets/*.png"
]
}
}