blob: df143469f1eab65e8f9d04895a162252b8953369 [file] [log] [blame]
{
"name": "WQPhotoBrowser",
"version": "0.0.5",
"summary": "一款图片放大浏览器,支持收拾放大缩小、长按保存到相册",
"homepage": "https://github.com/WQiOS/WQPhotoBrowser",
"license": "MIT",
"authors": {
"wangqiang": "1570375769@qq.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/WQiOS/WQPhotoBrowser.git",
"tag": "0.0.5"
},
"ios": {
"frameworks": [
"Photos",
"CoreGraphics"
]
},
"source_files": "WQPhotoBrowser/*.{h,m}",
"dependencies": {
"SDWebImage": [
]
}
}