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