blob: 171889f5cfc51d8b0cb7e63f7aec37d294633b18 [file] [log] [blame]
{
"name": "XSLPhotoBrowser",
"version": "0.3.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.3.0"
},
"source_files": "XSLPhotoBrowser/Classes/**/*.swift",
"static_framework": true,
"dependencies": {
"SDWebImage": [
"~> 4.4.6"
],
"Hero": [
]
},
"swift_version": "4.0"
}