blob: 9b1066df8dd3e98948064fe76cbd3563da7b2580 [file] [log] [blame]
{
"name": "ASCollectionViewTest",
"version": "1.3.2",
"summary": "A SwiftUI collection view with support for custom layouts, preloading, and more.",
"description": "A SwiftUI implementation of UICollectionView & UITableView. Here's some of its useful features:\n - supports preloading and onAppear/onDisappear.\n - supports cell selection, with automatic support for SwiftUI editing mode.\n - supports autosizing of cells.\n - supports the new UICollectionViewCompositionalLayout, and any other UICollectionViewLayout\n - supports removing separators for ASTableView.\n - supports directly using FetchedResults as a data source",
"homepage": "https://github.com/apptekstudios/ASCollectionView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"apptekstudios": ""
},
"source": {
"git": "https://github.com/apptekstudios/ASCollectionView.git",
"tag": "1.3.2"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.1",
"source_files": "Sources/ASCollectionView/**/*",
"swift_version": "5.1"
}