blob: d5b0fd61615e53a59ab47f7ba5c9222e27035357 [file] [log] [blame]
{
"name": "PrettyWaterfallCollectionViewLayout",
"module_name": "PrettyWaterfallCollectionViewLayout",
"version": "0.3.0",
"summary": "A pretty layouts.",
"description": "A pretty layouts with the ability to configure the number of column/row, based on Swift.",
"homepage": "https://github.com/nab0y4enko/PrettyWaterfallCollectionViewLayout",
"license": "MIT",
"authors": {
"Oleksii Naboichenko": "nab0y4enko@gmail.com"
},
"social_media_url": "https://twitter.com/nab0y4enko",
"source": {
"git": "https://github.com/nab0y4enko/PrettyWaterfallCollectionViewLayout.git",
"tag": "0.3.0"
},
"frameworks": "UIKit",
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.0",
"5.0"
],
"default_subspecs": [
"VerticalWaterfall",
"HorizontalWaterfall"
],
"swift_version": "5.0",
"subspecs": [
{
"name": "VerticalWaterfall",
"ios": {
"frameworks": "UIKit"
},
"source_files": "Sources/VerticalWaterfall/*"
},
{
"name": "HorizontalWaterfall",
"source_files": "Sources/HorizontalWaterfall/*"
}
]
}