[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 2 / 0 / CJCollectionViewAdapter / 0.1.1 / CJCollectionViewAdapter.podspec.json
bloba48a347c92082c4ddce58599f75c4985102ad0eb
2   "name": "CJCollectionViewAdapter",
3   "version": "0.1.1",
4   "summary": "Adapter Help To Make Using UICollectionView Easily.",
5   "description": "Bridge UICollectionView DataSource And Delegate Into Each Section Module.\nProvide Each Section A Simple Way To Have A Sticky|Separator|Inner Header|Footer.",
6   "homepage": "https://github.com/cj1024/CJCollectionViewAdapter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "cj1024": "jianchen1024@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/cj1024/CJCollectionViewAdapter.git",
16     "tag": "0.1.1"
17   },
18   "screenshots": "https://ftp.bmp.ovh/imgs/2020/12/a6fc4de3dfcabb6a.png",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "frameworks": "UIKit",
27       "source_files": "CJCollectionViewAdapter/Classes/Core/**/*",
28       "public_header_files": "CJCollectionViewAdapter/Classes/Core/*.h",
29       "private_header_files": "CJCollectionViewAdapter/Classes/Core/Private/*.h"
30     },
31     {
32       "name": "Cell",
33       "frameworks": "UIKit",
34       "source_files": "CJCollectionViewAdapter/Classes/Cell/**/*"
35     }
36   ]