| { |
| "name": "LaserSwippableCell", |
| "version": "1.0.0", |
| "summary": "Swippable CollectionView cells made with Reactive Cocoa", |
| "homepage": "https://github.com/LaserSrl/LaserSwippableCell", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Laser Patrick": "patrick.negretto@laser-group.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/LaserSrl/LaserSwippableCell.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "Source", |
| "dependencies": { |
| "ReactiveObjC": [ |
| |
| ] |
| } |
| } |