blob: a455ff6d63c4d7ffd9fad4e10443e42b01ca76f5 [file] [log] [blame]
{
"name": "PLVLiveScenesSDK",
"version": "1.1.0",
"summary": "保利威 iOS 多场景 SDK.",
"homepage": "http://git.polyv.net/ios/PLVLiveScenesSDK",
"license": "MIT",
"authors": {
"LLH": "luolinhao@polyv.net"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "http://git.polyv.net/ios/PLVLiveScenesSDK.git",
"tag": "1.1.0"
},
"vendored_frameworks": "Frameworks/*.framework",
"requires_arc": true,
"default_subspecs": [
"Core",
"Player",
"ThirdPart"
],
"subspecs": [
{
"name": "Core",
"vendored_frameworks": "Frameworks/*.framework",
"dependencies": {
"PolyvBusinessSDK": [
"~> 1.1.0"
]
}
},
{
"name": "Player",
"dependencies": {
"PolyvIJKPlayer": [
"~> 0.9.1"
]
}
},
{
"name": "ThirdPart",
"dependencies": {
"AgoraRtcEngine_iOS": [
"2.9.0.107"
],
"UCloudRtcSdk": [
"1.6.6"
],
"Socket.IO-Client-Swift": [
"~> 14.0.0"
],
"PolyvAliHttpDNS": [
"~> 1.7.3"
]
}
}
]
}