blob: 12039ed94880ed80c0e976ef4f8744ff74e34588 [file] [log] [blame]
{
"name": "HPBWeb3SDK",
"version": "1.0.0",
"summary": "HPBWeb3SDK rewritten from web3Swift for easy iOS rapid development and connection to HPB main network",
"description": "HPBWeb3SDK rewritten from web3Swift for easy iOS rapid development and connection to HPB main network",
"homepage": "https://github.com/HPBBlockchain/HPBWeb3SDKDemo",
"license": "Apache License 2.0",
"authors": {
"Jason": "hpblian2018@qq.com"
},
"source": {
"git": "https://github.com/hpb-project/HPBWeb3SDKDemo"
},
"swift_version": "4.2",
"module_name": "HPBWeb3SDK",
"platforms": {
"ios": "9.0"
},
"source_files": "HPBWeb3SDK/SDK/*/*/*.swift",
"frameworks": "CoreImage",
"dependencies": {
"Result": [
"~> 3.0.0"
],
"Alamofire": [
"~> 4.8.2"
],
"Alamofire-Synchronous": [
"~> 4.0.0"
],
"libsodium": [
"~> 1.0.12"
],
"secp256k1_ios": [
"~> 0.1.3"
],
"CryptoSwift": [
"~> 0.9.0"
],
"BigInt": [
"~> 3.0.0"
]
}
}