2 "name": "JCRSlideCollectionViewCell",
4 "summary": "A UICollectionViewCell that is draggable sideways",
5 "description": " This is a subclass to UICollectionViewCell that supports to be dragged\n sideways to do certain actons. I designed it in such a way that you\n only need to subclass it and then use it as a normal CollectionViewCell.\n\n If you want specific actions to happen when drag sideways you just\n set a Block for either right or left-swipe. Super comfy.\n",
6 "homepage": "http://www.jagcesar.se",
9 "Cesar Pinto Castillo": "cesar@jagcesar.se"
11 "social_media_url": "http://twitter.com/jagcesar",
16 "git": "https://github.com/JagCesar/JCRSlideCollectionViewCell.git",
20 "JCRSlideCollectionViewCell/Views/JCRSlideCollectionViewCell.{h,m}",
21 "JCRSlideCollectionViewCell/GestureRecognizers/JCRTapGestureRecognizer.{h,m}"