blob: 6ae8dfae790a924f3cb6c8ae34a46471a18758d3 [file] [log] [blame]
{
"name": "XSLPhotoBrowser",
"version": "0.2.0",
"swift_versions": "4.0",
"summary": "swift版本的图片浏览器",
"description": "图片浏览器——打开本地和网络图片,依赖Kingfisher,包含fade和Zoom动画。",
"homepage": "https://github.com/peicode/XSLPhotoBrowser",
"license": "MIT",
"authors": {
"Pei丶Code": "aishiklpz@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/peicode/XSLPhotoBrowser.git",
"tag": "0.2.0"
},
"source_files": "XSLPhotoBrowser/Classes/**/*.swift",
"static_framework": true,
"dependencies": {
"SDWebImage": [
"~> 4.4.6"
]
},
"swift_version": "4.0"
}