blob: 81177b59c9fa53ae6c36baee9ef47228a2ece7f0 [file] [log] [blame]
{
"name": "MatrixSDK",
"version": "0.5.0",
"summary": "The iOS SDK to build apps compatible with Matrix (http://www.matrix.org)",
"description": "\t\t\t\t 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\n\t\t\t\t Our hope is to make VoIP/IM as universal and interoperable as email.\n",
"homepage": "http://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": "6.0"
},
"source": {
"git": "https://github.com/matrix-org/matrix-ios-sdk.git",
"tag": "v0.5.0"
},
"source_files": [
"MatrixSDK",
"MatrixSDK/**/*.{h,m}"
],
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "DISABLE_OPENWEBRTC_TO_BUID_TESTS=1"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5.2"
],
"Mantle": [
"~> 1.5"
]
}
}