2 "name": "HBHybridCollectionView",
4 "summary": "Hybrid scroll collection view.",
5 "homepage": "https://github.com/Ban-Tang/HBHybridCollectionView",
7 "Liang": "jojo.spirit@outlook.com"
9 "description": "A collection for hybrid scrolling, you can use a swipe list in a collection footer.",
19 "git": "https://github.com/Ban-Tang/HBHybridCollectionView.git",
22 "source_files": "hybrid/Hybrid/**/*.{h,m}",
23 "private_header_files": [
24 "hybrid/Hybrid/HybridCollectionViewObserver.h",
25 "hybrid/Hybrid/HybridCollectionViewProxy.h"
27 "pod_target_xcconfig": {
28 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "x86_64 armv7 arm64",
29 "VALID_ARCHS": "x86_64 armv7 arm64"
31 "user_target_xcconfig": {
32 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "x86_64 armv7 arm64",
33 "VALID_ARCHS": "x86_64 armv7 arm64"