blob: ba18dc78c4f82c556858f3305b2afc788dcaf46c [file] [log] [blame]
{
"name": "YZOpenSDK",
"version": "0.0.1",
"summary": "A short description of YZOpenSDK.",
"description": "youzanyun app sdk",
"homepage": "https://www.youzanyun.com/",
"license": "MIT",
"authors": {
"liuyang": "liuyang@youzan.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/youzan/YouzanMobileSDK-iOS.git",
"tag": "0.0.1"
},
"frameworks": [
"WebKit",
"UIKit",
"Foundation"
],
"default_subspecs": "Base",
"subspecs": [
{
"name": "Base",
"ios": {
"vendored_frameworks": "YZBaseSDK/YZBaseSDK.framework"
}
},
{
"name": "Native",
"ios": {
"vendored_frameworks": "YZNativeSDK/YZNativeSDK.framework"
},
"resources": "YZNativeSDK/YZNativeRes.bundle",
"dependencies": {
"YZOpenSDK/Base": [
]
}
}
]
}