blob: cc6c291a68f80ae862afdf0a8c8693b00bf87100 [file] [log] [blame]
{
"name": "GKPhotoBrowser",
"version": "2.0.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": "2.0.5"
},
"default_subspecs": "SD",
"resources": "GKPhotoBrowser/GKPhotoBrowser.bundle",
"subspecs": [
{
"name": "SD",
"source_files": [
"GKPhotoBrowser/*.{h,m}",
"GKPhotoBrowser/SDWebImage/*.{h,m}"
],
"dependencies": {
"SDWebImage": [
"~> 5.0"
]
}
},
{
"name": "YY",
"source_files": [
"GKPhotoBrowser/*.{h,m}",
"GKPhotoBrowser/YYWebImage/*.{h,m}"
],
"dependencies": {
"YYWebImage": [
"~> 1.0.5"
]
}
}
]
}