[Add] DriveMetaDataiOSSDK 0.0.7
[CocoaPods.git] / Specs / 2 / f / c / TronWalletABI / 1.0.0 / TronWalletABI.podspec.json
blobe5a56e2b8194d93b397db0cbc23e42b155b369c4
2   "name": "TronWalletABI",
3   "version": "1.0.0",
4   "summary": "Core Tron data structures and algorithms.",
5   "homepage": "https://github.com/TronLink/TronWalletABI",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "tronlinkdev",
11   "source": {
12     "git": "https://github.com/TronLink/TronWalletABI.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source_files": "TronWalletABI/Classes/**/*",
19   "module_name": "TronCore",
20   "dependencies": {
21     "BigInt": [
23     ],
24     "TrezorCrypto": [
25       "~> 0.0.8"
26     ],
27     "SwiftProtobuf": [
28       "~> 1.0"
29     ]
30   },
31   "pod_target_xcconfig": {
32     "SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
33   },
34   "public_header_files": "TronWalletABI/Classes/*.h"