[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 8 / c / e / JDGridLayout / 2.0.2 / JDGridLayout.podspec.json
blobff36bfb3939bff3b89923e732f8eb86b1f95be68
2   "name": "JDGridLayout",
3   "version": "2.0.2",
4   "summary": "IOS 网格布局(Grid Layout) 一个方法自动给一组view布局成表格的样式",
5   "description": "IOS中的网格布局,借助这个控件,ios中大部分的网格布局都可以瞬间解决,里面用的是自动布局,之前用的是Objective-C写的,现在换成了Swift写,更加安全了",
6   "homepage": "https://github.com/Z-JaDe/JDGridLayout.git",
7   "license": "MIT",
8   "authors": {
9     "Z_JaDe": "zjade@outlook.com"
10   },
11   "social_media_url": "https://github.com/Z-JaDe",
12   "source": {
13     "git": "https://github.com/Z-JaDe/JDGridLayout.git",
14     "tag": "v2.0.2"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "JDGridLayoutSwift",
20   "requires_arc": true