blob: eaed4bd87a149bc2e8c2afbd198626deff98ef25 [file] [log] [blame]
{
"name": "LNHorizontalCollectionView",
"version": "1.0",
"summary": "A custom horizontal collection view flow layout written in Swift.",
"description": "This is a custom collection view flow layout with horizontal scrolling and paging.",
"homepage": "https://github.com/luannguyenkhoa/LNHorizontalCollectionView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Luan Nguyen": "nkluan91@gmail.com"
},
"source": {
"git": "https://github.com/luannguyenkhoa/LNHorizontalCollectionView.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LNHorizontalCollectionView/Classes/**/*"
}