blob: 5bafc33ecc75e5ec51f81ffc7353cb10ce8d1d6a [file] [log] [blame]
{
"name": "LBPhotoPreviewController",
"version": "0.0.1",
"summary": "支持本地图片和网络图片的图片浏览器。",
"description": "一个既支持本地图片也支持网络图片,代码极简单,极易集成的图片浏览器。。",
"homepage": "https://github.com/A1129434577/LBPhotoPreviewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"刘彬": "1129434577@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/A1129434577/LBPhotoPreviewController.git",
"tag": "0.0.1"
},
"dependencies": {
"SDWebImage": [
],
"LBReusableScrollView": [
]
},
"source_files": "LBPhotoPreviewController/**/*.{h,m}",
"resources": "LBPhotoPreviewController/**/*.png",
"requires_arc": true
}