blob: 29891a9e6091a649f88aad4ab784c78127d1d0b0 [file] [log] [blame]
{
"name": "SwiftMatrixSDK",
"version": "0.13.1",
"summary": "The iOS SDK to build apps compatible with Matrix (https://www.matrix.org)",
"description": "Matrix is a new open standard for interoperable Instant Messaging and VoIP, providing pragmatic HTTP APIs and open source reference implementations for creating and running your own real-time communication infrastructure.\n\nOur hope is to make VoIP/IM as universal and interoperable as email.",
"homepage": "https://www.matrix.org",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"matrix.org": "support@matrix.org"
},
"social_media_url": "http://twitter.com/matrixdotorg",
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/matrix-org/matrix-ios-sdk.git",
"tag": "v0.13.1"
},
"source_files": [
"MatrixSDK",
"MatrixSDK/**/*.{h,m,swift}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.2.0"
],
"GZIP": [
"~> 1.2.2"
],
"OLMKit": [
"~> 3.1.0"
],
"Realm": [
"~> 3.13.1"
],
"libbase58": [
"~> 0.1.4"
]
},
"deprecated_in_favor_of": "MatrixSDK/SwiftSupport",
"swift_version": "5.0"
}