[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / f / 0 / e / YWXSignSDK / 0.0.1-alpha / YWXSignSDK.podspec.json
blobeec54df1b430632e8a221e47016769a8886521eb
2   "name": "YWXSignSDK",
3   "version": "0.0.1-alpha",
4   "summary": "医网信医生签名SDK",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/yiwangxin/YWXSignSDK.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "XiaoY2017": "szyx@bjca.org.cn"
13   },
14   "source": {
15     "git": "https://github.com/yiwangxin/YWXSignSDK.git",
16     "tag": "0.0.1-alpha"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "vendored_frameworks": "YWXSignSDK/Core/YWXSignSDK.framework",
26       "resources": "YWXSignSDK/Core/YWXSignSDK.bundle",
27       "dependencies": {
28         "YWXSignSDK/YWXSignFoundation": [
30         ]
31       }
32     },
33     {
34       "name": "YWXSignFoundation",
35       "vendored_frameworks": "YWXSignSDK/Support/Required/YWXSignFoundation.framework"
36     },
37     {
38       "name": "BjcaSignSDK",
39       "vendored_frameworks": "YWXSignSDK/Support/Optional/BjcaSignSDK/BjcaSignSDK.framework",
40       "resources": [
41         "YWXSignSDK/Support/Optional/BjcaSignSDK/keyBoard.bundle",
42         "YWXSignSDK/Support/Optional/BjcaSignSDK/Signet-SDK-Bundle.bundle"
43       ],
44       "dependencies": {
45         "YWXSignSDK/Core": [
47         ]
48       }
49     }
50   ]