blob: 3ac3c636bdcf5df7439e10afb029e47bdb67b062 [file] [log] [blame]
{
"name": "SWImageViewer",
"version": "0.0.3",
"summary": "在 ImageViewer的基础上封装的便利的使用方法",
"description": "根据平时项目需要在 ImageViewer的基础上封装的便利的使用方法",
"homepage": "https://github.com/547/SWImageViewer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Seven Wang",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/547/SWImageViewer.git",
"tag": "0.0.3"
},
"source_files": [
"SWImageViewer",
"SWImageViewer/**/*.{h,m,swift}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"ImageViewer": [
"~> 5.0.0"
]
},
"swift_versions": "4.0",
"swift_version": "4.0"
}