| { |
| "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": [ |
| |
| ] |
| } |
| } |