blob: b6d58ba86a8c5bbed000214e0f9f2ee55ddbd5cc [file] [log] [blame]
{
"name": "MultiCollectionView",
"version": "1.0.1",
"summary": "UICollectionView capable of scrolling in both directions, vertically and horizontally.",
"description": "MultiCollectionView allows for multidirectional scrolling (horizontal and vertical scrolling), similar to Netflix and most other media consumption apps out there.",
"homepage": "https://github.com/acotilla91/MultiCollectionView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alejandro Cotilla": "acotilla91@gmail.com"
},
"source": {
"git": "https://github.com/acotilla91/MultiCollectionView.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/acotilla91",
"platforms": {
"ios": "11.0",
"tvos": "12.0"
},
"swift_version": "5.0",
"source_files": "MultiCollectionView/Classes/**/*"
}