4 "summary": "The iOS SDK to build apps compatible with Matrix (https://www.matrix.org)",
5 "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.",
6 "homepage": "https://www.matrix.org",
8 "type": "Apache License, Version 2.0",
12 "matrix.org": "support@matrix.org"
14 "social_media_url": "http://twitter.com/matrixdotorg",
16 "git": "https://github.com/matrix-org/matrix-ios-sdk.git",
28 "default_subspecs": "Core",
39 "MatrixSDK/**/*.{h,m}",
40 "MatrixSDK/**/*.{swift}"
43 "exclude_files": "MatrixSDK/VoIP/MXiOSAudioOutputRoute*.swift"
45 "private_header_files": [
46 "MatrixSDK/MatrixSDKSwiftHeader.h",
47 "MatrixSDK/**/*_Private.h"
49 "resources": "MatrixSDK/**/*.{xcdatamodeld}",
50 "frameworks": "CoreData",
74 "configuration_pod_whitelist": {
82 "name": "JingleCallStack",
86 "source_files": "MatrixSDKExtensions/VoIP/Jingle/**/*.{h,m}",
101 "swift_version": "5.2"