blob: 03f907687cf02b833e1024bf638bce354afb7594 [file] [log] [blame]
{
"name": "platonWeb3",
"version": "0.7.6",
"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": {
"admin": "support@platon.network"
},
"source": {
"git": "https://github.com/AngryBaby/client-sdk-ios.git",
"commit": "1ca84c7"
},
"source_files": "source/**/*.swift",
"platforms": {
"ios": "9.0"
},
"dependencies": {
"BigInt": [
"~> 4.0"
],
"CryptoSwift": [
"~> 0.8"
],
"secp256k1.swift": [
"~> 0.1"
],
"Localize-Swift": [
"~> 2.0"
]
},
"pod_target_xcconfig": {
"SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
},
"deprecated": true
}