blob: 9b323af393ba8b625f4ecc5eda99babe0c00f24d [file] [log] [blame]
{
"name": "ABN_PolyvBusinessSDK",
"version": "0.15.0",
"summary": "保利威 iOS 业务类库 SDK.",
"homepage": "http://git.polyv.net/polyv-sdk/ios/PolyvBusinessSDK",
"license": "MIT",
"authors": {
"ftao": "fft1026@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://git.polyv.net/ios/PolyvBusinessSDK.git",
"tag": "abn/0.15.0"
},
"requires_arc": true,
"dependencies": {
"PolyvFoundationSDK": [
"~> 0.12.0"
]
},
"subspecs": [
{
"name": "Core",
"vendored_frameworks": "Frameworks/PolyvBusinessSDK.framework"
},
{
"name": "Socket",
"dependencies": {
"Socket.IO-Client-Swift": [
"~>14.0.0"
]
}
}
]
}