blob: a905f35adc1036958dee9fbf031a29f1657e6869 [file] [log] [blame]
{
"name": "web3iOS",
"version": "1.0.9",
"summary": "web3 API",
"description": "web3 API and BIP44 KeyStore",
"homepage": "https://github.com/METADIUM/Web3Swift-iOS",
"license": "MIT",
"authors": {
"Benjamin Han": "jshan@coinplug.com"
},
"platforms": {
"ios": "11.2"
},
"swift_versions": "4.1",
"module_name": "web3Swift",
"source": {
"git": "https://github.com/METADIUM/Web3Swift-iOS.git",
"tag": "1.0.9"
},
"source_files": [
"web3Swift-Ethereum/web3Swift-Ethereum.h",
"web3Swift-Ethereum/sources/**/*.swift",
"web3Swift-Ethereum/lib/**/*.{c,h}"
],
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_TARGET_SRCROOT)/web3Swift-Ethereum/lib/**",
"SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_TARGET_SRCROOT)/web3Swift-Ethereum/lib/**"
},
"preserve_paths": "web3Swift-Ethereum/lib/**/module.map",
"public_header_files": "web3Swift-Ethereum/web3Swift-Ethereum.h",
"dependencies": {
"BigInt": [
"~> 3.1"
],
"EthereumAddress": [
"~> 1.0.0"
],
"scrypt": [
"~> 2.0"
],
"secp256k1_swift": [
"~> 1.0.3"
],
"SwiftRLP": [
"~> 1.1"
]
},
"swift_version": "4.1"
}