[Add] ShopSphare 1.0.4
[CocoaPods.git] / Specs / e / 7 / a / HBHybridCollectionView / 1.0.7 / HBHybridCollectionView.podspec.json
blobb36cbce996ddcaa70df946fddf53d8a05eb57940
2   "name": "HBHybridCollectionView",
3   "version": "1.0.7",
4   "summary": "Hybrid scroll collection view.",
5   "homepage": "https://github.com/Ban-Tang/HBHybridCollectionView",
6   "authors": {
7     "Liang": "jojo.spirit@outlook.com"
8   },
9   "description": "A collection for hybrid scrolling, you can use a swipe list in a collection footer.",
10   "platforms": {
11     "ios": "8.0"
12   },
13   "requires_arc": true,
14   "license": {
15     "type": "MIT",
16     "file": "LICENSE"
17   },
18   "source": {
19     "git": "https://github.com/Ban-Tang/HBHybridCollectionView.git",
20     "tag": "1.0.7"
21   },
22   "source_files": "hybrid/Hybrid/**/*.{h,m}",
23   "private_header_files": [
24     "hybrid/Hybrid/HybridCollectionViewObserver.h",
25     "hybrid/Hybrid/HybridCollectionViewProxy.h"
26   ],
27   "pod_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "x86_64 armv7 arm64",
29     "VALID_ARCHS": "x86_64 armv7 arm64"
30   },
31   "user_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "x86_64 armv7 arm64",
33     "VALID_ARCHS": "x86_64 armv7 arm64"
34   }