blob: df7d1e6ae2ce515cc863b6a9320dee85a9fc5655 [file] [log] [blame]
{
"name": "MatrixSDK",
"version": "0.10.6",
"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.10.6"
},
"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.1"
],
"OLMKit": [
"~> 2.2.2"
],
"Realm": [
"~> 3.1.1"
]
}
},
{
"name": "JingleCallStack",
"platforms": {
"ios": "8.0"
},
"source_files": "MatrixSDKExtensions/VoIP/Jingle/**/*.{h,m}",
"dependencies": {
"MatrixSDK/Core": [
]
},
"ios": {
"dependencies": {
"WebRTC": [
"63.11.20455"
]
}
}
},
{
"name": "GoogleAnalytics",
"platforms": {
"ios": "8.0"
},
"source_files": "MatrixSDKExtensions/MXAnalyticsDelegate/GoogleAnalytics/**/*.{h,m}",
"dependencies": {
"MatrixSDK/Core": [
]
},
"ios": {
"dependencies": {
"GoogleAnalytics": [
]
}
}
}
]
}