blob: 6a98c25373d1c9901610f0b849aa2e6583dcd8bb [file] [log] [blame]
{
"name": "TomoWalletCore",
"version": "0.0.5",
"summary": "A general-purpose TomoWallet.",
"homepage": "https://github.com/tunght91/tomowallet-ios-core",
"license": "MIT",
"authors": {
"CanDang": "candd1707@gmail.com"
},
"platforms": {
"ios": "11.1"
},
"swift_versions": "4.2",
"dependencies": {
"BigInt": [
],
"CryptoSwift": [
],
"TrezorCrypto": [
"~> 0.0.8"
],
"Moya": [
],
"PromiseKit": [
],
"SwiftProtobuf": [
],
"KeychainSwift": [
]
},
"source": {
"git": "https://github.com/tunght91/tomowallet-ios-core.git",
"tag": "0.0.5"
},
"source_files": "TomoWalletCore/TomoWalletcore/**/*.{swift,h,m}",
"public_header_files": [
"TomoWalletCore/TomoWalletcore/TomoWalletCore.h",
"TomoWalletCore/TomoWalletcore/Crypto.h"
],
"pod_target_xcconfig": {
"SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
},
"swift_version": "4.2"
}