blob: c7e166ee43399a35f40d7f9687c97337e7137ba3 [file] [log] [blame]
{
"name": "WQPhotoBrowser",
"version": "0.0.1",
"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.1"
},
"ios": {
"frameworks": "Photos"
},
"source_files": "WQPhotoBrowser/*.{h,m}",
"dependencies": {
"SDWebImage": [
]
}
}