blob: 21e67a19449b70e9646d17634cdfea6b42e6ef98 [file] [log] [blame]
{
"name": "STWCollectionView",
"platforms": {
"ios": "9.0"
},
"version": "0.1.0",
"summary": "A swift UICollectionView with carousel effect.",
"description": "STWCollectionView is an UICollectionView sublcass easy to create and manage for a collection with carousel effect and is very simple to customize.\nYou can set how many columns are visible simultaneously or give a fixed size to cells, and the collection will set automatically the columns.\nYou can set the space between the cells and the vertical and horizontal padding than you can see a bit of the adjacent cells.\nFurther, STWCollectionView has a delegate to better manage cells during the scrolling phase such as: the cell's currently visible indexPaths and their percentage of positioning based on the center.",
"requires_arc": true,
"license": {
"type": "MIT"
},
"homepage": "http://www.steewe.com",
"authors": {
"Raffaele Cerullo": "me@steewe.com"
},
"social_media_url": "https://twitter.com/Steewitter",
"source": {
"git": "https://github.com/SteeweGriffin/STWCollectionView.git",
"tag": "0.1.0"
},
"source_files": "STWCollectionView/*.swift",
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}