[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / b / 8 / MatrixSDK / 0.14.0 / MatrixSDK.podspec.json
blob1bd1a8ea65b2e2d40ff5c280417a7ee074f20859
2   "name": "MatrixSDK",
3   "version": "0.14.0",
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.14.0"
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10"
23   },
24   "default_subspecs": "Core",
25   "deprecated": true,
26   "subspecs": [
27     {
28       "name": "Core",
29       "platforms": {
30         "ios": "8.0",
31         "osx": "10.10"
32       },
33       "source_files": [
34         "MatrixSDK",
35         "MatrixSDK/**/*.{h,m}"
36       ],
37       "dependencies": {
38         "AFNetworking": [
39           "~> 3.2.0"
40         ],
41         "GZIP": [
42           "~> 1.2.2"
43         ],
44         "OLMKit": [
45           "~> 3.1.0"
46         ],
47         "Realm": [
48           "~> 3.13.1"
49         ],
50         "libbase58": [
51           "~> 0.1.4"
52         ]
53       }
54     },
55     {
56       "name": "JingleCallStack",
57       "platforms": {
58         "ios": "10.0"
59       },
60       "source_files": "MatrixSDKExtensions/VoIP/Jingle/**/*.{h,m}",
61       "dependencies": {
62         "MatrixSDK/Core": [
64         ]
65       },
66       "ios": {
67         "dependencies": {
68           "JitsiMeetSDK": [
69             "~> 2.1.0"
70           ]
71         }
72       }
73     },
74     {
75       "name": "SwiftSupport",
76       "source_files": [
77         "MatrixSDK",
78         "MatrixSDK/**/*.{swift}"
79       ],
80       "dependencies": {
81         "MatrixSDK/Core": [
83         ]
84       }
85     }
86   ]