blob: e75626ef42ec1c4925b9cf2055c4959604ed55e1 [file] [log] [blame]
{
"name": "Keystore",
"version": "0.1.0",
"summary": "Ethereum keystore library",
"description": "A library which generates Ethereum keystore files from private keys and extracts private keys from keystore files.",
"homepage": "https://github.com/Boilertalk/Keystore.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Koray Koska": "koray@koska.at"
},
"source": {
"git": "https://github.com/Boilertalk/Keystore.swift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Keystore/Classes/**/*",
"dependencies": {
"CryptoSwift": [
"~> 0.8"
],
"secp256k1.swift": [
"~> 0.1"
]
}
}