[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / c / e / JDGridLayout / 2.0.3 / JDGridLayout.podspec.json
blob9ccd7a77b997f02dedb4f7627e30170a888281a6
2   "name": "JDGridLayout",
3   "version": "2.0.3",
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.3"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "JDGridLayoutSwift",
20   "requires_arc": true