blob: 892818c1f814650abf6241d23762a4556af9515c [file] [log] [blame]
{
"name": "JCRSlideCollectionViewCell",
"version": "0.0.1",
"summary": "A UICollectionViewCell that is draggable sideways",
"description": " This is a subclass to UICollectionViewCell that supports to be dragged\n sideways to do certain actons.\n",
"homepage": "http://www.jagcesar.se",
"license": "WTFPL",
"authors": {
"Cesar Pinto Castillo": "cesar@jagcesar.se"
},
"social_media_url": "http://twitter.com/jagcesar",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/JagCesar/JCRSlideCollectionViewCell.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"JCRSlideCollectionViewCell/Views/JCRSlideCollectionViewCell.{h,m}"
],
"requires_arc": true
}