blob: 2bdae2480b8ba2a89eb7b95b27879125335c0589 [file] [log] [blame]
{
"name": "LPImageGridView",
"version": "0.0.4",
"summary": "show images with grid view",
"description": "show images with grid view which is based on flexiable UICollectionView with a fully customizable flowlayout",
"homepage": "https://github.com/litt1e-p/LPImageGridView",
"license": {
"type": "MIT"
},
"authors": {
"litt1e-p": "litt1e.p4ul@gmail.com"
},
"source": {
"git": "https://github.com/litt1e-p/LPImageGridView.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "LPImageGridView/*",
"resources": "LPImageGridView/*.bundle",
"dependencies": {
"SDWebImage": [
"~> 4"
],
"SDWebImage/GIF": [
"~> 4"
],
"Masonry": [
]
},
"frameworks": [
"Foundation",
"UIKit"
]
}