[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 0 / a / 8 / GridLayout / 0.2.0 / GridLayout.podspec.json
blob7cd9dae94b874c69a8cb8945c4e0ebdbc74cc95a
2   "name": "GridLayout",
3   "version": "0.2.0",
4   "summary": "Swift library for displaying UI elements in a grid like structure",
5   "description": "Swift library for displaying UI elements in a grid like structure.\nA grid can contain a variable number of rows and columns.\nItems inside the grid can be placed on any row or column.",
6   "homepage": "https://github.com/mihaimihaila/GridLayout",
7   "license": "MIT",
8   "authors": {
9     "Mihai Mihaila": "mihai.mihaila@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/mihaimihaila/GridLayout.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "swift_version": "4.0",
19   "source_files": "GridLayout/Layout/**/*"