blob: 38bda79772fe91b015b102649275877640ccc0b5 [file] [log] [blame]
{
"name": "KHSwipeCell",
"version": "0.1.0",
"summary": "An easy-to-use UITableViewCell subclass that implements a swipeable content view",
"homepage": "https://github.com/weekwood/KHSwipeCell",
"screenshots": "https://raw.githubusercontent.com/weekwood/KHSwipeCell/master/gif/KHSwipeCell.gif",
"license": "MIT",
"authors": "Khan.Lau",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/weekwood/KHSwipeCell.git",
"tag": "0.1.0"
},
"source_files": [
"KHSwipeCellExample/KHSwipeCell/KHSwipeCell.{h,m}",
"KHSwipeCellExample/KHSwipeCell/KHActionButton.{h,m}"
],
"requires_arc": true
}