[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 5 / a / 1 / SwipeCell / 0.2.1 / SwipeCell.podspec.json
blob84eb3026a632dd9dceafb0034b6a06ea10906285
2   "name": "SwipeCell",
3   "version": "0.2.1",
4   "summary": "UICollectionViewCell subclass that allows for tableView-similar swipe cell actions.",
5   "description": "UICollectionViewCell subclass that allows for tableView-similar swipe cell actions. Beta.",
6   "homepage": "https://github.com/d3mueller/SwipeCell",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dennis Müller": "d3mueller@me.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/d3mueller/SwipeCell.git",
19     "tag": "0.2.1"
20   },
21   "source_files": [
22     "Classes",
23     "SwipeCell/**/*.{swift}"
24   ],
25   "swift_version": "4.2",
26   "frameworks": "UIKit",
27   "dependencies": {
28     "SnapKit": [
30     ],
31     "SwifterSwift": [
33     ],
34     "UIImageColors": [
36     ]
37   }