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