blob: c9e0ea7dac7c50f564597b9ec8a0925c76bb5911 [file] [log] [blame]
{
"name": "ZDPictureViewerKit",
"version": "0.0.1",
"summary": "Swift 图片浏览器",
"description": "Show Network Picture 基于Swift编写的网络图片显示组件",
"homepage": "https://github.com/seasonZhu/ZDPictureViewerKit",
"authors": {
"zhujilong": "zhujilong1987@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/seasonZhu/ZDPictureViewerKit.git",
"tag": "0.0.1"
},
"source_files": [
"ZDPicViewerDemo/ZDPictureViewerKit",
"*.{swift}"
],
"swift_version": "4.0",
"resources": "ZDPicViewerDemo/ZDPictureViewerKit/ZDPictureViewer.bundle",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"Kingfisher": [
]
}
}