[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / a / e / WalletCore / 1.3.2 / WalletCore.podspec.json
blob461edd582fcb8e76c922697870db0d6ffaff76c1
2   "name": "WalletCore",
3   "version": "1.3.2",
4   "summary": "Core Ethereum data structures and algorithms.",
5   "homepage": "https://github.com/candangios/WalletCore",
6   "license": "MIT",
7   "authors": {
8     "candangios": "candd1707@gmail.com"
9   },
10   "platforms": {
11     "ios": "10.0"
12   },
13   "swift_versions": "4.0",
14   "source": {
15     "git": "https://github.com/candangios/WalletCore.git",
16     "tag": "1.3.2"
17   },
18   "source_files": "Sources/**/*.{swift,h,m}",
19   "public_header_files": [
20     "Sources/TrustCore.h",
21     "Sources/Crypto.h"
22   ],
23   "dependencies": {
24     "BigInt": [
26     ],
27     "TrezorCrypto": [
28       "~> 0.0.6"
29     ]
30   },
31   "pod_target_xcconfig": {
32     "SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
33   },
34   "swift_version": "4.0"