[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / e / 9 / 5 / HYBMasonryAutoCellHeight / 1.0.0 / HYBMasonryAutoCellHeight.podspec.json
blob789ce427d2bbfc3da3aaac72faf84bbf6530ccea
2   "name": "HYBMasonryAutoCellHeight",
3   "version": "1.0.0",
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": "1.0.0"
16   },
17   "source_files": [
18     "HYBMasonryAutoCellHeight",
19     "*.{h,m}"
20   ],
21   "requires_arc": true,
22   "dependencies": {
23     "Masonry": [
24       "~> 0.6"
25     ]
26   }