[Add] Braintree 6.25.0
[CocoaPods.git] / Specs / a / e / d / TrustCore / 0.1.0 / TrustCore.podspec.json
blobc60884da0241a0a0e45f1016f347e8f76471c10d
2   "name": "TrustCore",
3   "version": "0.1.0",
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": "10.0"
12   },
13   "swift_version": "4.0",
14   "source": {
15     "git": "https://github.com/TrustWallet/trust-core.git",
16     "tag": "0.1.0"
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   }