blob: be8ad50d5cc72c174188010127dab7b232075928 [file] [log] [blame]
{
"name": "MatrixStreamingSDK",
"version": "1.0.2",
"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": "v1.0.2"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"MatrixUtils": [
],
"Socket.IO-Client-Swift": [
"~> 11.1.1"
]
},
"pushed_with_swift_version": "3.0"
}