[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / b / 8 / MatrixSDK / 0.26.1 / MatrixSDK.podspec.json
blob4bf9d7c7b9693d22871f617eb21c5616d15831f6
2   "name": "MatrixSDK",
3   "version": "0.26.1",
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",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "matrix.org": "support@matrix.org"
13   },
14   "social_media_url": "http://twitter.com/matrixdotorg",
15   "source": {
16     "git": "https://github.com/matrix-org/matrix-ios-sdk.git",
17     "tag": "v0.26.1"
18   },
19   "requires_arc": true,
20   "swift_versions": [
21     "5.1",
22     "5.2"
23   ],
24   "platforms": {
25     "ios": "13.0",
26     "osx": "10.15"
27   },
28   "default_subspecs": "Core",
29   "deprecated": true,
30   "subspecs": [
31     {
32       "name": "Core",
33       "platforms": {
34         "ios": "13.0",
35         "osx": "10.15"
36       },
37       "source_files": [
38         "MatrixSDK",
39         "MatrixSDK/**/*.{h,m}",
40         "MatrixSDK/**/*.{swift}"
41       ],
42       "osx": {
43         "exclude_files": "MatrixSDK/VoIP/MXiOSAudioOutputRoute*.swift"
44       },
45       "private_header_files": [
46         "MatrixSDK/MatrixSDKSwiftHeader.h",
47         "MatrixSDK/**/*_Private.h"
48       ],
49       "resources": "MatrixSDK/**/*.{xcdatamodeld}",
50       "frameworks": "CoreData",
51       "dependencies": {
52         "AFNetworking": [
53           "~> 4.0.0"
54         ],
55         "GZIP": [
56           "~> 1.3.0"
57         ],
58         "SwiftyBeaver": [
59           "1.9.5"
60         ],
61         "OLMKit": [
62           "~> 3.2.5"
63         ],
64         "Realm": [
65           "10.27.0"
66         ],
67         "libbase58": [
68           "~> 0.1.4"
69         ],
70         "MatrixSDKCrypto": [
71           "0.2.1"
72         ]
73       },
74       "configuration_pod_whitelist": {
75         "MatrixSDKCrypto": [
76           "debug",
77           "release"
78         ]
79       }
80     },
81     {
82       "name": "JingleCallStack",
83       "platforms": {
84         "ios": "13.0"
85       },
86       "source_files": "MatrixSDKExtensions/VoIP/Jingle/**/*.{h,m}",
87       "dependencies": {
88         "MatrixSDK/Core": [
90         ]
91       },
92       "ios": {
93         "dependencies": {
94           "JitsiMeetSDK": [
95             "5.0.2"
96           ]
97         }
98       }
99     }
100   ],
101   "swift_version": "5.2"