blob: 355e33b58155a7ba5522abd1a4e1402aad120444 [file] [log] [blame]
{
"name": "SwipeCell",
"version": "0.2.2",
"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.2"
},
"source_files": [
"Classes",
"SwipeCell/**/*.{swift}"
],
"swift_version": "4.2",
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
],
"SwifterSwift": [
],
"UIImageColors": [
]
}
}