[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 7 / c / CSYUIKit / 0.1.7 / CSYUIKit.podspec.json
blob5300723b22e7b7774fdaa93aa5b9e0dd262f5b37
2   "name": "CSYUIKit",
3   "version": "0.1.7",
4   "summary": "公共UI库",
5   "description": "这个部分可以定义一些公用的UI(公共的视图控制器、导航栏、弹框)",
6   "homepage": "https://gitee.com/microleo_admin",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fangliquan": "liquan.fang@uni-orange.com"
13   },
14   "source": {
15     "git": "https://gitee.com/microleo_admin/csyuikit.git",
16     "tag": "0.1.7"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "CSYUIKit/CSYUIKit/Classes/**/*",
22   "resource_bundles": {
23     "CSYUIKit": [
24       "CSYUIKit/CSYUIKit/Assets/*.png"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "CSYEmptyView",
30       "dependencies": {
31         "LYEmptyView": [
33         ]
34       }
35     }
36   ]