blob: 2a64e586ed6c90826b51c5e3b71a7576d7984dff [file] [log] [blame]
{
"name": "TomoWalletCore",
"version": "0.0.6",
"summary": "A general-purpose TomoWallet.",
"homepage": "https://github.com/tomochain/tomowallet-core-ios",
"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/tomochain/tomowallet-core-ios.git",
"tag": "0.0.6"
},
"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"
}