blob: c8325678b154c0a3e65d44681a13c98ee4a2fd15 [file] [log] [blame]
{
"name": "MithVaultSDK",
"version": "0.1.0",
"summary": "The SDK for 2019 Mithril Hackathon",
"homepage": "https://github.com/mithio/vault-oauth-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Huang": "alex@mith.io"
},
"source": {
"git": "https://github.com/mithio/vault-oauth-ios.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MithVaultSDK/Classes/**/*",
"swift_version": "4.2",
"dependencies": {
"AppAuth": [
"1.0.0.beta1"
],
"SwiftyJSON": [
"~> 4.2.0"
],
"CryptoSwift": [
"~> 0.14.0"
]
}
}