[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / 0 / 3 / LPImageGridView / 0.0.4 / LPImageGridView.podspec.json
blob2bdae2480b8ba2a89eb7b95b27879125335c0589
2   "name": "LPImageGridView",
3   "version": "0.0.4",
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.4"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "LPImageGridView/*",
22   "resources": "LPImageGridView/*.bundle",
23   "dependencies": {
24     "SDWebImage": [
25       "~> 4"
26     ],
27     "SDWebImage/GIF": [
28       "~> 4"
29     ],
30     "Masonry": [
32     ]
33   },
34   "frameworks": [
35     "Foundation",
36     "UIKit"
37   ]