[Add] PingOidc 1.0.0
[CocoaPods.git] / Specs / a / e / d / TrustCore / 0.2.2 / TrustCore.podspec.json
blob70c84b129ce6f5bd20d141ceba42c1d6f0e0fd77
2   "name": "TrustCore",
3   "version": "0.2.2",
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     "osx": "10.12"
13   },
14   "swift_version": "4.0",
15   "source": {
16     "git": "https://github.com/TrustWallet/trust-core.git",
17     "tag": "0.2.2"
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.8"
30     ]
31   },
32   "pod_target_xcconfig": {
33     "SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
34   }