[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 1 / 7 / ASCollectionViewTest / 1.3.2 / ASCollectionViewTest.podspec.json
blob9b1066df8dd3e98948064fe76cbd3563da7b2580
2   "name": "ASCollectionViewTest",
3   "version": "1.3.2",
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.3.2"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": "5.1",
22   "source_files": "Sources/ASCollectionView/**/*",
23   "swift_version": "5.1"