[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / c / 4 / 0 / JCRSlideCollectionViewCell / 0.0.2 / JCRSlideCollectionViewCell.podspec.json
blob76acbebab92c4e9193f56a50fc0dd98576d34116
2   "name": "JCRSlideCollectionViewCell",
3   "version": "0.0.2",
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",
7   "license": "WTFPL",
8   "authors": {
9     "Cesar Pinto Castillo": "cesar@jagcesar.se"
10   },
11   "social_media_url": "http://twitter.com/jagcesar",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/JagCesar/JCRSlideCollectionViewCell.git",
17     "tag": "0.0.2"
18   },
19   "source_files": [
20     "JCRSlideCollectionViewCell/Views/JCRSlideCollectionViewCell.{h,m}",
21     "JCRSlideCollectionViewCell/GestureRecognizers/JCRTapGestureRecognizer.{h,m}"
22   ],
23   "requires_arc": true