[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / 5 / MVKit / 0.2.0 / MVKit.podspec.json
blob872723159e7b694481c503856c20a8f229012592
2   "name": "MVKit",
3   "version": "0.2.0",
4   "summary": "MVKit iOS开发轻量级组件.",
5   "description": "MVKit是一个轻量级的工具类集合,内部包含一些简单易用的功能代码",
6   "homepage": "https://github.com/CNMagicVan/MVKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "GeekiVan@aliyun.com": "GeekiVan@aliyun.com"
13   },
14   "source": {
15     "git": "https://github.com/CNMagicVan/MVKit.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Base",
24       "source_files": "MVKit/Classes/Base/**/*"
25     },
26     {
27       "name": "Categories",
28       "source_files": "MVKit/Classes/Categories/**/*",
29       "dependencies": {
30         "MBProgressHUD": [
32         ],
33         "YYImage": [
35         ]
36       }
37     }
38   ]