blob: e86592c76311c04690b8fa4912afa7a49f09268b [file] [log] [blame]
{
"name": "GKPhotoBrowser",
"version": "1.2.5",
"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.2.5"
},
"source_files": "GKPhotoBrowser/**/*.{h,m}",
"public_header_files": "GKPhotoBrowser/**/*.h",
"resources": "GKPhotoBrowser/GKPhotoBrowser.bundle",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"SDWebImage": [
]
}
}