[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 0 / 1 / WBSUtils / 0.1.95 / WBSUtils.podspec.json
blob564b639c2433814eb8d641c8c0863a0420c3198c
2   "name": "WBSUtils",
3   "version": "0.1.95",
4   "summary": "iOS 第三方库优化 改bug工具库合集",
5   "description": "iOS OC框架下年久失修库完善版,目前包含:YYImage, YYCache, YYWebImage, YBImageBrowser 等。",
6   "homepage": "https://github.com/webersongao",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "卫博生": "gao@btbk.org"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/webersongao/WBSUtils.git",
19     "tag": "0.1.95"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "WBSUtils/Core/**/*.{h,m}"
27     },
28     {
29       "name": "YYImage",
30       "source_files": "WBSUtils/YYImage-master/YYImage/*.{h,m}",
31       "public_header_files": "WBSUtils/YYImage-master/YYImage/*.{h}",
32       "libraries": "z",
33       "frameworks": [
34         "UIKit",
35         "CoreFoundation",
36         "QuartzCore",
37         "AssetsLibrary",
38         "ImageIO",
39         "Accelerate",
40         "MobileCoreServices"
41       ]
42     },
43     {
44       "name": "YYCache",
45       "source_files": "WBSUtils/YYCache-master/YYCache/*.{h,m}",
46       "public_header_files": "WBSUtils/YYCache-master/YYCache/*.{h}",
47       "libraries": "sqlite3",
48       "frameworks": [
49         "UIKit",
50         "CoreFoundation",
51         "QuartzCore"
52       ]
53     },
54     {
55       "name": "YYWebImage",
56       "source_files": [
57         "WBSUtils/YYWebImage-master/YYWebImage/*.{h,m}",
58         "WBSUtils/YYWebImage-master/YYWebImage/Categories/*.{h,m}"
59       ],
60       "public_header_files": [
61         "WBSUtils/YYWebImage-master/YYWebImage/*.{h}",
62         "WBSUtils/YYWebImage-master/YYWebImage/Categories/*.{h}"
63       ],
64       "private_header_files": "WBSUtils/YYWebImage-master/YYWebImage/Categories/_*.{h}",
65       "dependencies": {
66         "WBSUtils/YYImage": [
68         ],
69         "WBSUtils/YYCache": [
71         ]
72       },
73       "frameworks": [
74         "UIKit",
75         "CoreFoundation",
76         "QuartzCore",
77         "AssetsLibrary",
78         "ImageIO",
79         "Accelerate",
80         "MobileCoreServices"
81       ]
82     },
83     {
84       "name": "YBImageBrowser",
85       "source_files": "WBSUtils/YBImageBrowser-master/YBImageBrowser/**/*.{h,m}",
86       "exclude_files": "WBSUtils/YBImageBrowser-master/YBImageBrowser/WebImageMediator/YBIBDefaultWebImageMediator.{h,m}",
87       "resources": "WBSUtils/YBImageBrowser-master/YBImageBrowser/YBImageBrowser.bundle",
88       "dependencies": {
89         "WBSUtils/YYImage": [
91         ],
92         "SDWebImage": [
93           ">= 5.0.0"
94         ]
95       }
96     }
97   ]