blob: 77557b9b3e8ceb3a41dae2100b0686094b4ef5e4 [file] [log] [blame]
{
"name": "SeparatorCollectionViewFlowLayout",
"version": "1.1.1",
"summary": "A UICollectionViewFlowLayout implementation to allow separators between cells",
"description": "A UICollectionViewFlowLayout implementation to allow separators between cells\nwith a custom separator color and width.\nInstructions on how to use it are in\n[the README](https://github.com/ivanbruel/SeparatorCollectionViewFlowLayout).",
"homepage": "https://github.com/ivanbruel/SeparatorCollectionViewFlowLayout",
"license": {
"type": "MIT",
"file": "License"
},
"authors": {
"Ivan Bruel": "ivan.bruel@gmail.com"
},
"social_media_url": "http://twitter.com/ivanbruel",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ivanbruel/SeparatorCollectionViewFlowLayout.git",
"tag": "1.1.1"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.swift",
"frameworks": "UIKit",
"dependencies": {
"UICollectionViewLeftAlignedLayout": [
"~> 1.0.1"
]
}
}
]
}