[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 2 / 0 / ASDKCollectionView / 3.0.0 / ASDKCollectionView.podspec.json
blob0c2d272268b885e7e830e1cd512ae5c12d704316
2   "name": "ASDKCollectionView",
3   "version": "3.0.0",
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.",
6   "homepage": "https://github.com/r3pps/ASCollectionView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "r3pps": ""
13   },
14   "source": {
15     "git": "https://github.com/r3pps/ASCollectionView.git",
16     "tag": "3.0.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.3",
22   "source_files": "Sources/ASCollectionView/**/*",
23   "dependencies": {
24     "DifferenceKit": [
25       "~> 1.1"
26     ],
27     "Texture": [
28       "~> 3.1.0"
29     ]
30   },
31   "swift_version": "5.3"