blob: e47d380aa497a89f4af0d9fd219d927b6a9133b2 [file] [log] [blame]
{
"name": "GWCollectionViewFloatCellLayout",
"version": "1.0.0",
"summary": "Custom layout for a collection view using vertical scrolling with float cell, like UICollectionViewFlowLayout.",
"description": "Custom layout for a collection view using vertical scrolling with float cell, like UICollectionViewFlowLayout. Written in Swift.",
"homepage": "https://github.com/gewill/GWCollectionViewFloatCellLayout",
"screenshots": "https://github.com/gewill/GWCollectionViewFloatCellLayout/raw/master/screencast.gif",
"license": "MIT",
"authors": {
"Ge Will": "531sunlight@gmail.com"
},
"social_media_url": "https://twitter.com/gewill_org",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/gewill/GWCollectionViewFloatCellLayout.git",
"tag": "1.0.0"
},
"source_files": [
"GWCollectionViewFloatCellLayout",
"GWCollectionViewFloatCellLayout/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "GWCollectionViewFloatCellLayout/GWCollectionViewFloatCellLayout.h",
"pushed_with_swift_version": "3.0"
}