blob: 48ea3a360fd3ee82956f8e2517df218500d31124 [file] [log] [blame]
{
"name": "MatrixStreamingSDK",
"version": "2.0.0",
"summary": "MATRIX Streaming SDK for Swift.",
"homepage": "https://github.com/matrix-io/matrix-streaming-swift-sdk",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "MATRIX Labs",
"social_media_url": "https://twitter.com/MATRIX_Creator",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/matrix-io/matrix-streaming-swift-sdk.git",
"tag": "v2.0.0"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"MatrixUtils": [
],
"Socket.IO-Client-Swift": [
"~> 12.1.0"
]
},
"pushed_with_swift_version": "4.0"
}