blob: bee768a83819d244e236bfcbf8f3177f6ee09407 [file] [log] [blame]
{
"name": "LMCenteredCollectionView",
"version": "0.0.2",
"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.2"
},
"source_files": [
"Sources/**/*.swift",
"Sources/LMCenteredCollectionView.h"
],
"public_header_files": "Sources/LMCenteredCollectionView.h"
}