blob: f73ea3a0c85a8e5e40f0fcdd992e764589a69e76 [file] [log] [blame]
{
"name": "GKPhotoBrowser",
"version": "1.5.1",
"summary": "iOS自定义图片浏览器,支持CocoaPods",
"homepage": "https://github.com/QuintGao/GKPhotoBrowser",
"license": "MIT",
"authors": {
"高坤": "1094887059@qq.com"
},
"social_media_url": "https://github.com/QuintGao",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/QuintGao/GKPhotoBrowser.git",
"tag": "1.5.1"
},
"source_files": "GKPhotoBrowser/**/*.{h,m}",
"public_header_files": "GKPhotoBrowser/**/*.h",
"resources": "GKPhotoBrowser/GKPhotoBrowser.bundle",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"SDWebImage": [
]
}
}