blob: 9cc1a3ca5e4c16e7d74a574607b5a44bafc99cbb [file] [log] [blame]
{
"name": "MatrixAuthSDK",
"version": "2.0.1",
"summary": "MATRIX Auth SDK for Swift.",
"homepage": "https://github.com/matrix-io/matrix-auth-swift-sdk",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "MATRIX Labs",
"social_media_url": "https://twitter.com/MATRIX_Creator",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/matrix-io/matrix-auth-swift-sdk.git",
"tag": "v2.0.1"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4"
],
"JSONWebToken": [
"~> 2"
],
"Result": [
"~> 3"
]
},
"pushed_with_swift_version": "4.0"
}