[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / a / 5 / BGCollectionView / 1.0.0 / BGCollectionView.podspec.json
blob0c7a357c56c9ccf8d92189125f8459a2e73a5e67
2   "name": "BGCollectionView",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "BGCollectionView是基于UICollectionView(纯代码方式)实现上下拉刷新加载数据的瀑布流式(WaterFlow)布局",
6   "homepage": "https://github.com/yangshebing/BGCollectionView",
7   "authors": {
8     "yangshebing": "811068990@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/yangshebing/BGCollectionView.git",
12     "tag": "1.0.0"
13   },
14   "source_files": "WaterFlow/*",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "BGUIFoundationKit": [
21       "~> 0.0.2"
22     ],
23     "SDWebImage": [
24       "~> 3.7.3"
25     ]
26   }