blob: 1d6940ea75ca52806a69d1128d6c22d3aa780d7a [file] [log] [blame]
{
"name": "StickyHeaderFlowLayout",
"version": "0.9.4",
"summary": "Sticky headers for UICollectionView written in pure Swift (based on CSStickyHeaderFlowLayout)",
"homepage": "https://github.com/bernikovich/StickyHeaderFlowLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Timur Bernikovich": "bernikowich@icloud.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"frameworks": "UIKit",
"source": {
"git": "https://github.com/bernikovich/StickyHeaderFlowLayout.git",
"tag": "0.9.4"
},
"source_files": "StickyHeaderFlowLayout/Classes/**/*.swift",
"module_name": "StickyHeaderFlowLayout"
}