blob: 9664661083ccb5ac3745c2917cfba8bc11cda3c5 [file] [log] [blame]
{
"name": "SeparatorCollectionViewFlowLayout",
"version": "1.0.5",
"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.0.5"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.swift",
"frameworks": "UIKit"
}
]
}