blob: e76b1493d0c227e2877bdb0e6f65dbe24a663b02 [file] [log] [blame]
{
"name": "YQPhotoBrowser",
"version": "0.2.0",
"summary": "A Swift PhotoBrowser.",
"description": "Swift版图片浏览器,简单易用,交互参照系统照片和谷歌相册应用",
"homepage": "https://github.com/yuyedaidao/YQPhotoBrowser.git",
"license": "MIT",
"authors": {
"Wang": "wyqpadding@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/yuyedaidao/YQPhotoBrowser.git",
"tag": "0.2.0"
},
"source_files": "Classes/**.{swift}",
"resource_bundles": {
"YQPhotoBrowser": "YQPhotoBrowser/*.xcassets"
},
"dependencies": {
"Kingfisher": [
"~> 4.0"
],
"SnapKit": [
"~> 4.0.0"
]
},
"swift_version": "5.0"
}