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