[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / 0 / f / a / TCDH / 0.0.1-dh / TCDH.podspec.json
blob2b7f76f01591a40650dbab86106da85645d26b70
2   "name": "TCDH",
3   "version": "0.0.1-dh",
4   "summary": "Core Ethereum data structures and algorithms.",
5   "homepage": "https://github.com/DahanHu/trust-core",
6   "license": "MIT",
7   "authors": {
8     "DahanHu": "849565897@qq.com"
9   },
10   "platforms": {
11     "ios": "10.0"
12   },
13   "swift_version": "4.0",
14   "source": {
15     "git": "https://github.com/DahanHu/trust-core.git",
16     "branch": "tcdh",
17     "tag": "0.0.1-dh"
18   },
19   "source_files": "Sources/**/*.{swift,h,m}",
20   "public_header_files": [
21     "Sources/TrustCore.h",
22     "Sources/Crypto.h"
23   ],
24   "dependencies": {
25     "BigInt": [
27     ],
28     "TrezorCrypto": [
29       "~> 0.0.6"
30     ]
31   },
32   "pod_target_xcconfig": {
33     "SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
34   }