blob: 0f46631c7f14a93b8cc52deed13b49bb1fcfcb0b [file] [log] [blame]
{
"name": "SwipeableTableViewCell",
"version": "0.2.0",
"summary": "Swipable subclass of UITableViewCell",
"description": "A subclass of UITableViewCell which adds an ability to swipe left the content of the cell.",
"homepage": "https://github.com/10clouds/SwipeableTableViewCell-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hubert Kuczynski": "hubert.kuczynski@10clouds.com"
},
"source": {
"git": "https://github.com/10clouds/SwipeableTableViewCell-ios.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "10.3"
},
"swift_version": "4.0",
"source_files": "SwipeableTableViewCell/Classes/**/*"
}