blob: 776767832340e3d0276942252cf76c978d174f8a [file] [log] [blame]
{
"name": "MatrixSDK",
"version": "0.16.3",
"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",
"source": {
"git": "https://github.com/matrix-org/matrix-ios-sdk.git",
"tag": "v0.16.3"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": [
"MatrixSDK",
"MatrixSDK/**/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 3.2.0"
],
"GZIP": [
"~> 1.2.2"
],
"OLMKit": [
"~> 3.1.0"
],
"Realm": [
"~> 3.17.3"
],
"libbase58": [
"~> 0.1.4"
]
}
},
{
"name": "JingleCallStack",
"platforms": {
"ios": "10.0"
},
"source_files": "MatrixSDKExtensions/VoIP/Jingle/**/*.{h,m}",
"dependencies": {
"MatrixSDK/Core": [
]
},
"ios": {
"dependencies": {
"JitsiMeetSDK": [
"~> 2.3.1"
]
}
}
},
{
"name": "SwiftSupport",
"source_files": [
"MatrixSDK",
"MatrixSDK/**/*.{swift}"
],
"dependencies": {
"MatrixSDK/Core": [
]
}
}
]
}