blob: c5ba74a7ba32e0294d3f36ad721c274e451fb657 [file] [log] [blame]
{
"name": "StraaS-iOS-SDK",
"version": "0.10.5",
"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) 2016 StraaS.io. All rights reserved."
},
"authors": "StraaS.io",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/StraaS/StraaS-iOS-sdk.git",
"tag": "0.10.5"
},
"pushed_with_swift_version": "3.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": [
"~> 8.3"
]
}
},
{
"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"
]
}
}
]
}