blob: 68e891e031d372476a53d87e69bfad76fa571009 [file] [log] [blame]
{
"name": "DRCellSlideGestureRecognizer",
"version": "1.0.0",
"summary": "Make your cells actionable through swipes",
"homepage": "http://github.com/Dromaguirre/DRCellSlideGestureRecognizer",
"authors": {
"David Roman": "dromaguirre@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Dromaguirre/DRCellSlideGestureRecognizer.git",
"tag": "1.0.0"
},
"source_files": "DRCellSlideGestureRecognizer/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}