2 "name": "CJCollectionViewAdapter",
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",
12 "cj1024": "jianchen1024@gmail.com"
15 "git": "https://github.com/cj1024/CJCollectionViewAdapter.git",
18 "screenshots": "https://ftp.bmp.ovh/imgs/2020/12/a6fc4de3dfcabb6a.png",
22 "default_subspecs": "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"
33 "frameworks": "UIKit",
34 "source_files": "CJCollectionViewAdapter/Classes/Cell/**/*"