blob: 3f9f40b6e02181cbcd8e24f95357df18cd1df616 [file] [log] [blame]
{
"name": "SwipeCell",
"version": "0.2.4",
"summary": "UICollectionViewCell subclass that allows for tableView-similar swipe cell actions.",
"description": "UICollectionViewCell subclass that allows for tableView-similar swipe cell actions. Beta.",
"homepage": "https://github.com/d3mueller/SwipeCell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dennis Müller": "d3mueller@me.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/d3mueller/SwipeCell.git",
"tag": "0.2.4"
},
"source_files": [
"Classes",
"SwipeCell/**/*.{swift}"
],
"swift_version": "4.2",
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
],
"SwifterSwift": [
],
"UIImageColors": [
]
}
}