blob: 2a3d93db842280bdaa69bd5c5541247f3641139c [file] [log] [blame]
{
"name": "PluginLayout",
"version": "0.1",
"swift_versions": [
4.2,
5.0
],
"summary": "A flexible UICollectionViewLayout based on plugins.",
"description": "A custom UICollectionViewLayout where each section can have its plugin.",
"homepage": "https://github.com/stefanomondino/PluginLayout",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Stefano Mondino": "stefano.mondino.dev@gmail.com"
},
"social_media_url": "https://twitter.com/puntoste",
"platforms": {
"ios": "9.0",
"tvos": "11.0"
},
"source": {
"git": "https://github.com/stefanomondino/PluginLayout.git",
"tag": "0.1"
},
"source_files": [
"Sources",
"Sources/**/*.swift"
],
"exclude_files": "Classes/Exclude",
"swift_version": "5.0"
}