[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 6 / 5 / ASCollectionView-SwiftUI / 1.4.1 / ASCollectionView-SwiftUI.podspec.json
blob11ee7ba36834c11f9c8e5ce0c079170abfabefef
2   "name": "ASCollectionView-SwiftUI",
3   "version": "1.4.1",
4   "summary": "A SwiftUI collection view with support for custom layouts, preloading, and more.",
5   "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",
6   "homepage": "https://github.com/apptekstudios/ASCollectionView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "apptekstudios": ""
13   },
14   "source": {
15     "git": "https://github.com/apptekstudios/ASCollectionView.git",
16     "tag": "1.4.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.2",
22   "source_files": "Sources/ASCollectionView/**/*",
23   "swift_version": "5.2"