[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / f / e / YVKit / 1.0.0 / YVKit.podspec.json
blob4381b62acf7285c9b29acbdfd8ca0c0a08ce744d
2   "name": "YVKit",
3   "version": "1.0.0",
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": "1.0.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "YVKit",
24       "source_files": "YVKit/YVKit/**/*"
25     },
26     {
27       "name": "YVCategorys",
28       "source_files": "YVKit/YVCategory/**/*"
29     },
30     {
31       "name": "YVKeychain",
32       "source_files": "YVKit/YVKeychain/**/*"
33     },
34     {
35       "name": "YVRoundImage",
36       "source_files": "YVKit/YVRoundImage/**/*",
37       "dependencies": {
38         "SDWebImage": [
40         ]
41       }
42     },
43     {
44       "name": "YVEncrypt",
45       "source_files": "YVKit/YVEncrypt/**/*"
46     }
47   ]