[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 4 / 0 / SwiftMatrixSDK / 0.9.0 / SwiftMatrixSDK.podspec.json
blob391ca42b329518cf795ff3300059329951300114
2   "name": "SwiftMatrixSDK",
3   "version": "0.9.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   "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.9.0"
22   },
23   "source_files": [
24     "MatrixSDK",
25     "MatrixSDK/**/*.{h,m,swift}"
26   ],
27   "exclude_files": "MatrixSDK/**/MXGoogleAnalytics.{h,m}",
28   "resources": "MatrixSDK/Data/Store/MXCoreDataStore/*.xcdatamodeld",
29   "frameworks": "CoreData",
30   "requires_arc": true,
31   "dependencies": {
32     "AFNetworking": [
33       "~> 3.1.0"
34     ],
35     "GZIP": [
36       "~> 1.1.1"
37     ]
38   },
39   "pushed_with_swift_version": "3.1",
40   "deprecated_in_favor_of": "MatrixSDK/SwiftSupport"