[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 3 / a / EtsyCompositionalLayoutBridge / 1.0.0 / EtsyCompositionalLayoutBridge.podspec.json
blobaf88908babc24931071aadf517a32a6d51b2ef2a
2   "name": "EtsyCompositionalLayoutBridge",
3   "version": "1.0.0",
4   "summary": "Allows for mixing collection view flow layout with compositional layout.",
5   "description": "Intermix concepts from UICollectionViewCompositionalLayout and UICollectionViewFlowLayout. Perfect for if you want to introduce UICollectionViewCompositionalLayout into your existing UICollectionViewFlowLayout based UICollectionView while not having to rewrite everything.",
6   "homepage": "https://github.com/etsy/EtsyCompositionalLayoutBridge",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": "Etsy",
12   "source": {
13     "git": "https://github.com/etsy/EtsyCompositionalLayoutBridge.git",
14     "tag": "1.0.0"
15   },
16   "swift_versions": "5.0",
17   "ios": {
18     "frameworks": "UIKit"
19   },
20   "platforms": {
21     "ios": "13.0"
22   },
23   "source_files": "Sources/EtsyCompositionalLayoutBridge/Classes/**/*",
24   "swift_version": "5.0"