blob: 2105e98086b7e29a75de8bd9540cbd5974de71ce [file] [log] [blame]
{
"name": "StraaS-iOS-SDK",
"version": "0.16.0",
"summary": "StraaS.io iOS SDK",
"description": "StraaS.io - Streaming as a Service, Your Best OTT Solution.",
"homepage": "https://github.com/StraaS/StraaS-iOS-sdk",
"license": {
"type": "Copyright",
"text": "Copyright (c) 2018 StraaS.io. All rights reserved."
},
"authors": "StraaS.io",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/StraaS/StraaS-iOS-sdk.git",
"tag": "0.16.0"
},
"subspecs": [
{
"name": "Messaging",
"vendored_frameworks": "ios/StraaSMessagingSDK.framework",
"dependencies": {
"StraaS-iOS-SDK/Core": [
]
}
},
{
"name": "Core",
"vendored_frameworks": "ios/StraaSCoreSDK.framework",
"dependencies": {
"AFNetworking": [
"~>3.0"
],
"Socket.IO-Client-Swift": [
"12.0.0"
]
}
},
{
"name": "Streaming",
"vendored_frameworks": "ios/StraaSStreamingSDK.framework",
"dependencies": {
"StraaS-iOS-SDK/Core": [
],
"DSGPUImage": [
"0.1.8"
]
}
},
{
"name": "Player",
"vendored_frameworks": "ios/StraaSPlayerSDK.framework",
"dependencies": {
"StraaS-iOS-SDK/Core": [
],
"GoogleAds-IMA-iOS-SDK": [
"~> 3.3"
],
"KVOController": [
"~>1.1.0"
]
}
},
{
"name": "Circall",
"vendored_frameworks": "ios/StraaSCircallSDK.framework",
"dependencies": {
"StraaS-iOS-SDK/Core": [
],
"Socket.IO-Client-Swift": [
"12.0.0"
],
"AFNetworking": [
"~>3.0"
]
}
}
]
}