[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / 0 / 3 / LPImageGridView / 0.0.6 / LPImageGridView.podspec.json
blob1819c2be90d0381d83a7f6f246a237ba03108be9
2   "name": "LPImageGridView",
3   "version": "0.0.6",
4   "summary": "show images with grid view",
5   "description": "show images with grid view which is based on flexiable UICollectionView with a fully customizable flowlayout",
6   "homepage": "https://github.com/litt1e-p/LPImageGridView",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "litt1e-p": "litt1e.p4ul@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/litt1e-p/LPImageGridView.git",
15     "tag": "0.0.6"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "LPImageGridView/*",
22   "resources": "LPImageGridView/*.bundle",
23   "dependencies": {
24     "YYWebImage": [
26     ],
27     "Masonry": [
29     ]
30   },
31   "frameworks": [
32     "Foundation",
33     "UIKit"
34   ]