blob: 6c29b7feb2a57ffefb053b7299a6837b56aae2e2 [file] [log] [blame]
{
"name": "SwipeableTableViewCell",
"version": "0.1.1",
"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.1.1"
},
"platforms": {
"ios": "10.3"
},
"swift_version": "4.0",
"source_files": "SwipeableTableViewCell/Classes/**/*"
}