blob: 0d60f04c617feee2108a77ec93617bd4786036ee [file] [log] [blame]
{
"name": "PluginLayout",
"version": "0.0.1",
"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": "9.0"
},
"source": {
"git": "https://github.com/stefanomondino/PluginLayout.git",
"tag": "0.0.1"
},
"source_files": [
"Sources",
"Sources/**/*.swift"
],
"exclude_files": "Classes/Exclude"
}