blob: c90ea63488f777707e57bdcd323fdcd540594f7b [file] [log] [blame]
{
"name": "SwiftMatrixSDK",
"version": "0.9.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",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/matrix-org/matrix-ios-sdk.git",
"tag": "v0.9.3"
},
"source_files": [
"MatrixSDK",
"MatrixSDK/**/*.{h,m,swift}"
],
"exclude_files": "MatrixSDK/**/MXGoogleAnalytics.{h,m}",
"resources": "MatrixSDK/Data/Store/MXCoreDataStore/*.xcdatamodeld",
"frameworks": "CoreData",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"GZIP": [
"~> 1.1.1"
]
},
"pushed_with_swift_version": "3.1",
"deprecated_in_favor_of": "MatrixSDK/SwiftSupport"
}