blob: a7da75fca162c7725138d9b3bdb4fc6983894c74 [file] [log] [blame]
{
"name": "XSLPhotoBrowser",
"version": "0.0.1",
"swift_version": "4.2",
"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"
},
"source_files": "XSLPhotoBrowser/Classes/**/*.swift",
"dependencies": {
"Kingfisher": [
]
}
}