[Add] GizoSDK 2.0.2-alpha.07
[CocoaPods.git] / Specs / 4 / 7 / 5 / GKPhotoBrowser / 2.0.8 / GKPhotoBrowser.podspec.json
blob01d9ba3168101d1869f7e6e96bb40d19d606a143
2   "name": "GKPhotoBrowser",
3   "version": "2.0.8",
4   "summary": "iOS自定义图片浏览器,支持CocoaPods",
5   "homepage": "https://github.com/QuintGao/GKPhotoBrowser",
6   "license": "MIT",
7   "authors": {
8     "高坤": "1094887059@qq.com"
9   },
10   "social_media_url": "https://github.com/QuintGao",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/QuintGao/GKPhotoBrowser.git",
16     "tag": "2.0.8"
17   },
18   "default_subspecs": "SD",
19   "resources": "GKPhotoBrowser/GKPhotoBrowser.bundle",
20   "subspecs": [
21     {
22       "name": "SD",
23       "source_files": [
24         "GKPhotoBrowser/*.{h,m}",
25         "GKPhotoBrowser/SDWebImage/*.{h,m}"
26       ],
27       "dependencies": {
28         "SDWebImage": [
29           "~> 5.0"
30         ]
31       }
32     },
33     {
34       "name": "YY",
35       "source_files": [
36         "GKPhotoBrowser/*.{h,m}",
37         "GKPhotoBrowser/YYWebImage/*.{h,m}"
38       ],
39       "dependencies": {
40         "YYWebImage": [
41           "~> 1.0.5"
42         ]
43       }
44     }
45   ]