[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 6 / 4 / YVBase / 0.0.2 / YVBase.podspec.json
blob6e1d0f101125ad94451659e1fd97394d2e7ad756
2   "name": "YVBase",
3   "version": "0.0.2",
4   "summary": "提供了 Foundation ,UIKit 下常用的一些分类和方法,作为一个基础库方便开发者使用,整合了自己写的一些项目里的分类,以及从 YVCategorys 中提取了一些方法的代码.",
5   "homepage": "https://gitee.com/fmdb/YVBase",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ZhaoBingDong": "dongzhaobing@bayekeji.com"
12   },
13   "source": {
14     "git": "https://gitee.com/fmdb/YVBase.git",
15     "tag": "0.0.2"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "YVCategorys",
24       "source_files": "YVBase/YVCategory/**/*.{h,m}"
25     },
26     {
27       "name": "YVBase",
28       "source_files": "YVBase/YVBase/**/*.{h,m}"
29     },
30     {
31       "name": "YVKeychain",
32       "source_files": "YVBase/YVKeychain/**/*.{h,m}"
33     },
34     {
35       "name": "YVEncrypt",
36       "source_files": "YVBase/YVEncrypt/**/*.{h,m}"
37     },
38     {
39       "name": "YVRealmHelper",
40       "source_files": "YVBase/YVRealmHelper/Core/**/*.{h,m}",
41       "vendored_frameworks": "YVBase/YVRealmHelper/developer/Realm.framework",
42       "dependencies": {
43         "YVBase/YVKeychain": [
45         ],
46         "YVBase/YVCategorys": [
48         ]
49       }
50     }
51   ]