[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / 7 / 3 / HDCollectionView / 0.4.8 / HDCollectionView.podspec.json
blob5f46f603cd5266a75d3346c3710c406e62161e8a
2   "name": "HDCollectionView",
3   "version": "0.4.8",
4   "summary": "快速构建灵活易用滑动列表的第三方库",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/donggelaile/HDCollectionView.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "donggelaile": "519623144@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/donggelaile/HDCollectionView.git",
16     "tag": "0.4.8"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HDCollectionView/Classes/**/*",
22   "user_target_xcconfig": {
23     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
24   },
25   "dependencies": {
26     "Yoga": [
27       "~> 1.9.0"
28     ],
29     "HDListViewDiffer": [
31     ]
32   }