[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 9 / 5 / HYBMasonryAutoCellHeight / 0.0.1 / HYBMasonryAutoCellHeight.podspec.json
blob0edc07494a30c401423416fda948f3cb56533278
2   "name": "HYBMasonryAutoCellHeight",
3   "version": "0.0.1",
4   "summary": "基于Masonry的自动计算cell的行高的扩展库",
5   "homepage": "http://hybios.lianliankeji.com/cocoapods-support/",
6   "license": "MIT",
7   "authors": {
8     "huangyibiao": "huangyibiao520@163.com"
9   },
10   "platforms": {
11     "ios": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/632840804/HYBMasonryAutoCellHeight.git",
15     "tag": "0.0.1"
16   },
17   "source_files": [
18     "HYBMasonryAutoCellHeight",
19     "*.{h,m}"
20   ],
21   "requires_arc": true,
22   "dependencies": {
23     "Masonry": [
24       "~> 0.6"
25     ]
26   }