blob: 7416f0f9671f0db42c285c168a91abd0d4f09c3e [file] [log] [blame]
{
"name": "MatrixSDK",
"version": "0.9.2",
"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",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/matrix-org/matrix-ios-sdk.git",
"tag": "v0.9.2"
},
"source_files": [
"MatrixSDK",
"MatrixSDK/**/*.{h,m}"
],
"resources": "MatrixSDK/Data/Store/MXCoreDataStore/*.xcdatamodeld",
"frameworks": "CoreData",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"GZIP": [
"~> 1.1.1"
]
}
}