blob: e4977706df387d137ba5225c8d78d8d57454ea50 [file] [log] [blame]
{
"name": "CompositionalLayoutDSL",
"version": "0.1.0",
"summary": "library to ease the creation of UICollectionViewCompositionalLayout",
"homepage": "https://github.com/faberNovel/CompositionalLayoutDSL",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexandre Podlewski": "alexandre.podlewski@fabernovel.com"
},
"source": {
"git": "https://github.com/faberNovel/CompositionalLayoutDSL",
"tag": "v0.1.0"
},
"social_media_url": "https://twitter.com/fabernovel",
"platforms": {
"ios": "13.0",
"tvos": "13.0",
"osx": "10.15"
},
"frameworks": "Foundation",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"swift_versions": [
"5.1",
"5.2",
"5.3",
"5.4"
],
"source_files": "Sources/CompositionalLayoutDSL/**/*",
"swift_version": "5.4"
}