[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / b / 8 / MatrixSDK / 0.18.2 / MatrixSDK.podspec.json
blob9a18edac52b573a882ce850c13f5e2df42f4faca
2   "name": "MatrixSDK",
3   "version": "0.18.2",
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.18.2"
18   },
19   "requires_arc": true,
20   "swift_versions": [
21     "5.1",
22     "5.2"
23   ],
24   "platforms": {
25     "ios": "9.0",
26     "osx": "10.10"
27   },
28   "default_subspecs": "Core",
29   "deprecated": true,
30   "subspecs": [
31     {
32       "name": "Core",
33       "platforms": {
34         "ios": "9.0",
35         "osx": "10.10"
36       },
37       "source_files": [
38         "MatrixSDK",
39         "MatrixSDK/**/*.{h,m}",
40         "MatrixSDK/**/*.{swift}"
41       ],
42       "dependencies": {
43         "AFNetworking": [
44           "~> 4.0.0"
45         ],
46         "GZIP": [
47           "~> 1.3.0"
48         ],
49         "OLMKit": [
50           "~> 3.2.2"
51         ],
52         "Realm": [
53           "10.1.4"
54         ],
55         "libbase58": [
56           "~> 0.1.4"
57         ]
58       }
59     },
60     {
61       "name": "JingleCallStack",
62       "platforms": {
63         "ios": "11.0"
64       },
65       "source_files": "MatrixSDKExtensions/VoIP/Jingle/**/*.{h,m}",
66       "dependencies": {
67         "MatrixSDK/Core": [
69         ]
70       },
71       "ios": {
72         "dependencies": {
73           "JitsiMeetSDK": [
74             " 3.1.0"
75           ]
76         }
77       },
78       "pod_target_xcconfig": {
79         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
80       },
81       "user_target_xcconfig": {
82         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
83       }
84     }
85   ],
86   "swift_version": "5.2"