[Add] Braintree 6.25.0
[CocoaPods.git] / Specs / a / e / d / TrustCore / 0.0.6 / TrustCore.podspec.json
blob081a46ed732b13bb76cfbc3cafc068d6313415b4
2   "name": "TrustCore",
3   "version": "0.0.6",
4   "summary": "Core Ethereum data structures and algorithms.",
5   "homepage": "https://github.com/TrustWallet/trust-core",
6   "license": "MIT",
7   "authors": {
8     "Alejandro Isaza": "al@isaza.ca"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "swift_version": "4.0",
14   "source": {
15     "git": "https://github.com/TrustWallet/trust-core.git",
16     "tag": "0.0.6"
17   },
18   "source_files": "Sources/**/*.{swift,h,m}",
19   "public_header_files": [
20     "Sources/TrustCore.h",
21     "Sources/EthereumCrypto.h"
22   ],
23   "dependencies": {
24     "BigInt": [
26     ],
27     "TrezorCrypto": [
29     ]
30   },
31   "pod_target_xcconfig": {
32     "SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
33   }