blob: c6a541062d7e4038919f6422a72f496165f783c6 [file] [log] [blame]
{
"name": "SwipeToDeleteCollectionView",
"platforms": {
"ios": "8.0"
},
"summary": "Collection View which support swipe to delete function of TableView",
"requires_arc": true,
"version": "0.1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jozef Matus": "jozef@matus.sk"
},
"homepage": "https://github.com/beretis/SwipeToDeleteCollectionView",
"source": {
"git": "https://github.com/beretis/SwipeToDeleteCollectionView.git",
"tag": "0.1.1"
},
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 3.4.1"
],
"RxCocoa": [
"~> 3.4.1"
]
},
"source_files": "SwipeToDeleteCollectionView/**/*.{swift}",
"pushed_with_swift_version": "3.0"
}