blob: 1e66aacdd4762355cf0ed060ca2cd3017ae7a5d9 [file] [log] [blame]
{
"name": "platonWeb3",
"version": "0.4.0",
"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/PlatONnetwork/client-sdk-ios.git",
"tag": "0.4.0"
},
"source_files": "source/**/*.swift",
"platforms": {
"ios": "9.0"
},
"dependencies": {
"BigInt": [
],
"CryptoSwift": [
],
"secp256k1.swift": [
],
"Localize-Swift": [
]
},
"pod_target_xcconfig": {
"SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
},
"deprecated": true
}