blob: e4fc4510484389d6033136a03fd9bf0b92f699c1 [file] [log] [blame]
{
"name": "CKPhotoBrowser",
"version": "1.0.0",
"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.0"
},
"source_files": "CKPhotoBrowser/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
]
}
}