[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / e / d / TrustCore / 0.0.5 / TrustCore.podspec.json
bloba62dfcd6a85ae8bb722d939d2e034bf48a0b934b
2   "name": "TrustCore",
3   "version": "0.0.5",
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.5"
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   }