[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 4 / 0 / SwiftMatrixSDK / 0.16.3 / SwiftMatrixSDK.podspec.json
blobe7e7fb0f5df3590c33cfb6d8445366357723ce1f
2   "name": "SwiftMatrixSDK",
3   "version": "0.16.3",
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   "swift_versions": "5.0",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10"
19   },
20   "source": {
21     "git": "https://github.com/matrix-org/matrix-ios-sdk.git",
22     "tag": "v0.16.3"
23   },
24   "source_files": [
25     "MatrixSDK",
26     "MatrixSDK/**/*.{h,m,swift}"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "AFNetworking": [
31       "~> 3.2.0"
32     ],
33     "GZIP": [
34       "~> 1.2.2"
35     ],
36     "OLMKit": [
37       "~> 3.1.0"
38     ],
39     "Realm": [
40       "~> 3.17.3"
41     ],
42     "libbase58": [
43       "~> 0.1.4"
44     ]
45   },
46   "deprecated_in_favor_of": "MatrixSDK/SwiftSupport",
47   "swift_version": "5.0"