[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 0 / 6 / 8 / ObjectHash / 0.0.1 / ObjectHash.podspec.json
blob6594654af374aea78931474810b3a1d4b7746171
2   "name": "ObjectHash",
3   "version": "0.0.1",
4   "summary": "A way to cryptographically hash objects (in the JSON-ish sense) that works cross-language. And, therefore, cross-encoding.",
5   "homepage": "http://www.vchain.tech",
6   "authors": {
7     "Denis Zenin": "denis.zenin@vchain.tech"
8   },
9   "license": {
10     "type": "MIT"
11   },
12   "platforms": {
13     "ios": "11.0"
14   },
15   "swift_version": "4.1",
16   "source": {
17     "git": "https://github.com/vchain-dev/objecthash.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "swift/ObjectHash/*.swift",
21   "dependencies": {
22     "CryptoSwift": [
24     ]
25   }