blob: eec54df1b430632e8a221e47016769a8886521eb [file] [log] [blame]
{
"name": "YWXSignSDK",
"version": "0.0.1-alpha",
"summary": "医网信医生签名SDK",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/yiwangxin/YWXSignSDK.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"XiaoY2017": "szyx@bjca.org.cn"
},
"source": {
"git": "https://github.com/yiwangxin/YWXSignSDK.git",
"tag": "0.0.1-alpha"
},
"platforms": {
"ios": "10.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"vendored_frameworks": "YWXSignSDK/Core/YWXSignSDK.framework",
"resources": "YWXSignSDK/Core/YWXSignSDK.bundle",
"dependencies": {
"YWXSignSDK/YWXSignFoundation": [
]
}
},
{
"name": "YWXSignFoundation",
"vendored_frameworks": "YWXSignSDK/Support/Required/YWXSignFoundation.framework"
},
{
"name": "BjcaSignSDK",
"vendored_frameworks": "YWXSignSDK/Support/Optional/BjcaSignSDK/BjcaSignSDK.framework",
"resources": [
"YWXSignSDK/Support/Optional/BjcaSignSDK/keyBoard.bundle",
"YWXSignSDK/Support/Optional/BjcaSignSDK/Signet-SDK-Bundle.bundle"
],
"dependencies": {
"YWXSignSDK/Core": [
]
}
}
]
}