blob: 6594654af374aea78931474810b3a1d4b7746171 [file] [log] [blame]
{
"name": "ObjectHash",
"version": "0.0.1",
"summary": "A way to cryptographically hash objects (in the JSON-ish sense) that works cross-language. And, therefore, cross-encoding.",
"homepage": "http://www.vchain.tech",
"authors": {
"Denis Zenin": "denis.zenin@vchain.tech"
},
"license": {
"type": "MIT"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/vchain-dev/objecthash.git",
"tag": "0.0.1"
},
"source_files": "swift/ObjectHash/*.swift",
"dependencies": {
"CryptoSwift": [
]
}
}