[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / 7 / 5 / GKPhotoBrowser / 2.2.1 / GKPhotoBrowser.podspec.json
blobebb672ee4f648dfad9a8d9295dc5c1ee6aeb2530
2   "name": "GKPhotoBrowser",
3   "version": "2.2.1",
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": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/QuintGao/GKPhotoBrowser.git",
16     "tag": "2.2.1"
17   },
18   "default_subspecs": "SD",
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "GKPhotoBrowser/Core",
23       "resources": "GKPhotoBrowser/GKPhotoBrowser.bundle"
24     },
25     {
26       "name": "SD",
27       "source_files": "GKPhotoBrowser/SDWebImage",
28       "dependencies": {
29         "GKPhotoBrowser/Core": [
31         ],
32         "SDWebImage": [
33           "~> 5.0"
34         ]
35       }
36     },
37     {
38       "name": "YY",
39       "source_files": "GKPhotoBrowser/YYWebImage",
40       "dependencies": {
41         "GKPhotoBrowser/Core": [
43         ],
44         "YYWebImage": [
46         ]
47       }
48     }
49   ]