[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / a / f / SwipeToDeleteCollectionView / 0.1.9 / SwipeToDeleteCollectionView.podspec.json
blobee896542e3cbf3b478efc119f677d7d44c5aec01
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.9",
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.9"
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"