blob: 07db4f6d6401572c1e70f604ad46ed5af1045476 [file] [log] [blame]
{
"name": "LPImageGridView",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "LPImageGridView/*",
"dependencies": {
"SDWebImage": [
"~> 4"
],
"SDWebImage/GIF": [
"~> 4"
],
"Masonry": [
]
},
"frameworks": [
"Foundation",
"UIKit"
]
}