[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / a / f / SwipeToDeleteCollectionView / 0.1.5 / SwipeToDeleteCollectionView.podspec.json
blob6f63433c9dcdc27330275e92c9160e6f216d7dd1
2   "name": "SwipeToDeleteCollectionView",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "summary": "Collection View which support swipe to delete function of TableView",
7   "requires_arc": true,
8   "version": "0.1.5",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Jozef Matus": "jozef@matus.sk"
15   },
16   "homepage": "https://github.com/beretis/SwipeToDeleteCollectionView",
17   "source": {
18     "git": "https://github.com/beretis/SwipeToDeleteCollectionView.git",
19     "tag": "0.1.5"
20   },
21   "frameworks": "UIKit",
22   "dependencies": {
23     "RxSwift": [
24       "~> 3.4.1"
25     ],
26     "RxCocoa": [
27       "~> 3.4.1"
28     ]
29   },
30   "source_files": "SwipeToDeleteCollectionView/**/*.{swift}",
31   "pushed_with_swift_version": "3.0"