blob: a10c80c879d2c29e4988b305a043d8b98f8fd48b [file] [log] [blame]
{
"name": "AKPFlowLayout",
"version": "0.1.1",
"summary": "A custom UICollectionView layout with configurable global header and pinnable, stretchable section headers",
"homepage": "https://github.com/akpw/AKPFlowLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Arseniy Kuznetsov": "k.arseniy@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/akpw/AKPFlowLayout.git",
"tag": "v0.1.1",
"submodules": true
},
"source_files": "AKPFlowLayout/**/*.{h,swift}"
}