blob: 88778676773bfa360091f711ea995530eea9e807 [file] [log] [blame]
{
"name": "YMSwipeTableViewCell",
"version": "2.0.0",
"summary": "YMSwipeTableViewCell is a lightweight library that enables table view cell swiping.",
"description": "YMSwipeTableViewCell is a lightweight library that enables table view cell swiping (seen in most mail applications). It is implemented as a UITableViewCell class category and can detect left or right horizontal swipes. Upon a left or right swipe, a swipe view is exposed. This library is meant to be flexible, so that any views can be exposed during a swipe and a myriad of actions can be taken during the swipe (e.g., swipe view animations, or cell snap back or destruction at the completion of a swipe).",
"homepage": "https://github.com/aluong-yammer/YMSwipeTableViewCell.git",
"screenshots": "https://github.com/aluong-yammer/YMSwipeTableViewCell/blob/master/github-assets/YMSwipeTableViewCellSampleScreenShot.png?raw=true",
"license": "MIT",
"authors": {
"Alda Luong": "alluong@microsoft.com",
"Sumit Kumar": "sumkuma@microsoft.com"
},
"source": {
"git": "https://github.com/aluong-yammer/YMSwipeTableViewCell.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "YMSwipeTableViewCell/PodFiles/*.{h,m}"
}