[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / a / b / 9 / DNOMeshFlowLayout / 0.0.1 / DNOMeshFlowLayout.podspec.json
blob3497e42c223ab9962c181987f11395b246fde99d
2   "name": "DNOMeshFlowLayout",
3   "version": "0.0.1",
4   "summary": "基于UICollectionViewFlowLayout实现类似Excel这种可以合并单元格的视图表格。",
5   "description": "基于UICollectionViewFlowLayout实现类似Excel这种可以合并单元格的视图表格。\n     同时可以定制宽高可变的UICollectionView。\n     详细请见Demo。",
6   "homepage": "https://github.com/imagons",
7   "license": "MIT",
8   "authors": {
9     "Danyow.Ed": "i.zuucol@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/imagons/DNOMeshFlowLayout.git",
16     "tag": "v0.0.1"
17   },
18   "source_files": "DNOMeshFlowLayout/*.{h,m}",
19   "ios": {
20     "frameworks": [
21       "Foundation",
22       "UIKit"
23     ]
24   },
25   "tvos": {
26     "frameworks": [
27       "Foundation",
28       "UIKit"
29     ]
30   },
31   "osx": {
32     "frameworks": [
33       "Foundation",
34       "AppKit"
35     ]
36   },
37   "requires_arc": true