blob: dc6aa13b3a878e1f2976aaa7b6e10c38412ee804 [file] [log] [blame]
{
"name": "SWRevealTableViewCell",
"version": "0.3.0",
"summary": "UITableViewCell subclass to easily display left and right buttons based on user pan gestures or developer programmatic actions.",
"homepage": "https://github.com/John-Lluch/SWRevealTableViewCell",
"license": "MIT",
"authors": {
"John Lluch Zorrilla": "joan.lluch@sweetwilliamsl.com"
},
"source": {
"git": "https://github.com/John-Lluch/SWRevealTableViewCell.git",
"tag": "v0.3.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "SWRevealTableViewCell/*.{h,m}",
"frameworks": "CoreGraphics",
"requires_arc": true
}