blob: 4118a9d9a2c664d818bcdedde3fbfab394510b14 [file] [log] [blame]
{
"name": "GWCollectionViewFloatCellLayout",
"version": "1.0.1",
"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.1"
},
"source_files": [
"GWCollectionViewFloatCellLayout",
"GWCollectionViewFloatCellLayout/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "GWCollectionViewFloatCellLayout/GWCollectionViewFloatCellLayout.h",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}