[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 4 / a / UICollectionViewExt / 0.1.2 / UICollectionViewExt.podspec.json
blobb6fd747cd5c6bf43ab4b39599975d5bdd6e57984
2   "name": "UICollectionViewExt",
3   "version": "0.1.2",
4   "summary": "CollectionView 左对齐、瀑布流、分页滚动",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/ClaudeLi/UICollectionViewExt",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ClaudeLi": "claudeli@yeah.net"
13   },
14   "source": {
15     "git": "https://github.com/ClaudeLi/UICollectionViewExt.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "UICollectionViewLeftAlignLayout",
24       "source_files": "UICollectionViewExt/UICollectionViewLeftAlignLayout/**/*"
25     },
26     {
27       "name": "UICollectionViewWaterfallLayout",
28       "source_files": "UICollectionViewExt/UICollectionViewWaterfallLayout/**/*"
29     },
30     {
31       "name": "PagingEnabled",
32       "source_files": "UICollectionViewExt/PagingEnabled/**/*"
33     }
34   ]