blob: 90e56caa5400dac295a689226132795e313db716 [file] [log] [blame]
{
"name": "MYNStickyFlowLayout",
"version": "0.1.0",
"summary": "Drop-in sticky headers and footers for UICollectionView.",
"description": " UITableView-like sticky section headers and footers for UICollectionView.\n Just install and set your FlowLayout Custom Class to MYNStickyFlowLayout\n",
"homepage": "https://github.com/myntra/MYNStickyFlowLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Param Aggarwal": "paramaggarwal@gmail.com"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"source": {
"git": "https://github.com/myntra/MYNStickyFlowLayout.git",
"tag": "v0.1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}