blob: 47ec59a155c3bcbea7ea36da2e750535bc31013d [file] [log] [blame]
{
"name": "WYPhotoViewList",
"version": "1.0.0",
"summary": "图片浏览器",
"description": "A swift-based Photo browser",
"homepage": "https://github.com/wangyongy/WYPhotoViewList.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangyong": "15889450281@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wangyongy/WYPhotoViewList.git",
"tag": "v1.0.0"
},
"source_files": "WYPhotoViewList/WYPhotoViewList/**/*.{h,m,swift}",
"resources": "WYPhotoViewList/WYPhotoViewList/WYIcons.bundle",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"Kingfisher": [
],
"MBProgressHUD": [
]
}
}