blob: bae7d87dc2b707690c6599bebdb2d21a1d2d7a9b [file] [log] [blame]
{
"name": "PLVLiveEcommerceSDK",
"version": "0.3.0.1",
"summary": "PLVLiveEcommerceSDK. PLV 直播带货 UI SDK。",
"homepage": "https://www.polyv.net/",
"authors": {
"LLH": "luolinhao@polyv.net"
},
"source": {
"http": "https://repo.polyv.net/ios/download/plvliveecommercesdk/PLVLiveEcommerceSDK-201013-0.3.0.1.zip"
},
"vendored_frameworks": [
"*.framework",
"PLVLiveEcommerceSDK.framework/Frameworks/*.framework"
],
"default_subspecs": [
"Basic",
"Extra",
"Socket",
"PLVSDKs"
],
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC -lz"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Basic",
"vendored_frameworks": [
"*.framework",
"PLVLiveEcommerceSDK.framework/Frameworks/*.framework"
]
},
{
"name": "Extra",
"dependencies": {
"PLVCloudClassSDKExtra": [
"~> 0.1.16"
]
}
},
{
"name": "Socket",
"dependencies": {
"PLVSocket": [
"0.1.4"
]
}
},
{
"name": "PLVSDKs",
"dependencies": {
"PolyvAliHttpDNS": [
"~> 1.7.3"
],
"PolyvIJKPlayer": [
"~> 0.6.3"
]
}
}
]
}