blob: 97a714afbe3a64887bb33aba04594e268e3c23dd [file] [log] [blame]
{
"name": "MatrixSDK",
"version": "0.1.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.1.0"
},
"source_files": [
"MatrixSDK",
"sdk/MatrixSDK/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.4.1"
],
"Mantle": [
"~> 1.5"
]
}
}