blob: ce272aa15941e2c907b04ad49fbb5fa1b38adcc3 [file] [log] [blame]
{
"name": "CKPhotoBrowser",
"version": "1.0.3",
"summary": "a swift photo browser",
"description": "一个swift的图片浏览器,支持各种自定义操作,使用方便快捷",
"homepage": "https://github.com/kingcong/CKPhotoBrowser",
"license": "MIT",
"authors": {
"wangcong": "2441413514@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/kingcong/CKPhotoBrowser.git",
"tag": "1.0.3"
},
"source_files": "CKPhotoBrowser/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
]
},
"swift_version": "4.2"
}