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