[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / f / e / YVKit / 0.0.7 / YVKit.podspec.json
blob794e4d7f818692bd8a30713d2fe41bbae7aabf6b
2   "name": "YVKit",
3   "version": "0.0.7",
4   "summary": "提供了 Foundation ,UIKit 下常用的一些分类和方法,作为一个基础库方便开发者使用,整合了自己写的一些项目里的分类,以及从 YVCategorys 中提取了一些方法的代码.",
5   "homepage": "https://github.com/ZhaoBingDong/YVKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ZhaoBingDong": "dongzhaobing@bayekeji.com"
12   },
13   "source": {
14     "git": "https://github.com/ZhaoBingDong/YVKit.git",
15     "tag": "0.0.7"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "YVKit/YVKit.h",
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "YVCategorys",
25       "source_files": "YVKit/YVCategory/**/*"
26     },
27     {
28       "name": "YVKeychain",
29       "source_files": "YVKit/YVKeychain/**/*"
30     },
31     {
32       "name": "YVRoundImage",
33       "source_files": "YVKit/YVRoundImage/**/*",
34       "dependencies": {
35         "SDWebImage": [
37         ]
38       }
39     },
40     {
41       "name": "YVEncrypt",
42       "source_files": "YVKit/YVEncrypt/**/*"
43     }
44   ]