[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / 1 / 9 / neovmUtils / 0.2.0 / neovmUtils.podspec.json
blobe6bc1db5f0104b771420da671580a3c195d15611
2   "name": "neovmUtils",
3   "version": "0.2.0",
4   "summary": "Useful functions for the NEO and Ontology blockchains for iOS.",
5   "homepage": "https://github.com/Ryucoin/neovm-utils",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "WyattMufson": "wyatt@ryucoin.com"
12   },
13   "source": {
14     "git": "https://github.com/Ryucoin/neovm-utils.git",
15     "tag": "0.2.0"
16   },
17   "platforms": {
18     "ios": "12.0"
19   },
20   "swift_version": "4.2",
21   "source_files": "neovmUtils/Classes/**/*",
22   "vendored_frameworks": "neoutils.framework",
23   "dependencies": {
24     "RyuCrypto": [
25       "~> 0.0.1"
26     ]
27   }