[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / e / a / YMSwipeTableViewCell / 1.1.0 / YMSwipeTableViewCell.podspec.json
blob71993b1726417ccefe436a605cb9214c7c5476a7
2   "name": "YMSwipeTableViewCell",
3   "version": "1.1.0",
4   "summary": "YMSwipeTableViewCell is a lightweight library that enables table view cell swiping.",
5   "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).",
6   "homepage": "https://github.com/aluong-yammer/YMSwipeTableViewCell.git",
7   "screenshots": "https://github.com/aluong-yammer/YMSwipeTableViewCell/blob/master/github-assets/YMSwipeTableViewCellSampleScreenShot.png?raw=true",
8   "license": "MIT",
9   "authors": {
10     "Alda Luong": "alluong@microsoft.com",
11     "Sumit Kumar": "sumkuma@microsoft.com"
12   },
13   "source": {
14     "git": "https://github.com/aluong-yammer/YMSwipeTableViewCell.git",
15     "tag": "1.1.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "YMSwipeTableViewCell/PodFiles/*.{h,m}"