blob: 45cfb0fda746f5e78c50f2fdd91cd4dbd599e05b [file] [log] [blame]
{
"name": "platonWeb3",
"version": "0.13.1",
"summary": "platonWeb3 SDK is a Swift development kit for PlatON public chain provided by PlatON for iOS developers.",
"description": "platonWeb3 SDK is a Swift development kit for PlatON public chain provided by PlatON for iOS developers.",
"homepage": "https://github.com/PlatONnetwork/client-sdk-ios",
"license": "MIT",
"authors": {
"chendai": "daniel@platon.network"
},
"source": {
"git": "https://github.com/cba023/client-sdk-ios.git",
"tag": "0.13.1"
},
"source_files": "source/**/*.swift",
"platforms": {
"ios": "9.0"
},
"dependencies": {
"BigInt": [
"~> 5.2.0"
],
"CryptoSwift": [
"~> 1.3.1"
],
"secp256k1.swift": [
"~> 0.1.4"
],
"Localize-Swift": [
"~> 3.1.0"
]
},
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"pod_target_xcconfig": {
"c": "-Owholemodule"
},
"deprecated": true,
"swift_version": "5.2"
}