[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 5 / 0 / MatrixAuthSDK / 2.0.0 / MatrixAuthSDK.podspec.json
blob5b244e4a6738620b94df21ed73f02c7106a9edaa
2   "name": "MatrixAuthSDK",
3   "version": "2.0.0",
4   "summary": "MATRIX Auth SDK for Swift.",
5   "homepage": "https://github.com/matrix-io/matrix-auth-swift-sdk",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": "MATRIX Labs",
11   "social_media_url": "https://twitter.com/MATRIX_Creator",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.10",
15     "watchos": "2.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/matrix-io/matrix-auth-swift-sdk.git",
20     "tag": "v2.0.0"
21   },
22   "source_files": "Sources/**/*.swift",
23   "dependencies": {
24     "Alamofire": [
25       "~> 4"
26     ],
27     "JSONWebToken": [
28       "~> 2"
29     ],
30     "Result": [
31       "~> 3"
32     ]
33   },
34   "pushed_with_swift_version": "4.0"