blob: fac76e5727301500510b363bd2f99e13d0e7ea29 [file] [log] [blame]
{
"name": "LMCenteredCollectionView",
"version": "0.0.3",
"summary": "infinite, centered, collection view.",
"homepage": "https://github.com/ingocraft/LMCenteredCollectionView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Liam": "ingocraft118@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"source": {
"git": "https://github.com/ingocraft/LMCenteredCollectionView.git",
"tag": "0.0.3"
},
"source_files": [
"Sources/**/*.swift",
"Sources/LMCenteredCollectionView.h"
],
"public_header_files": "Sources/LMCenteredCollectionView.h"
}