blob: b4b3ba0459ba143e6adf1734ffc9f468dd06c33c [file] [log] [blame]
{
"name": "RMSwipeTableViewCell",
"version": "0.2",
"summary": "A drop-in UITableViewCell subclass with built-in pan/swipe gestures for easy integration into any project.",
"homepage": "https://github.com/runmad/RMSwipeTableViewCell",
"authors": {
"Rune Madsen": "runemadsen@mac.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/runmad/RMSwipeTableViewCell.git",
"tag": "0.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "*.{h,m}",
"requires_arc": true
}