blob: 9d8d175fab9deb87b5bc5555fd093dc40dfd3fa1 [file] [log] [blame]
{
"name": "web3swift",
"version": "0.1.2",
"summary": "Web3 implementation in vanilla Swift",
"description": "Web3 implementation in vanilla Swift, intended for mobile developers of wallets, dapps and Web3.0",
"homepage": "https://github.com/bankex/web3swift",
"license": "Apache License 2.0",
"authors": {
"Alex Vlasov": "av@bankexfoundation.org"
},
"source": {
"git": "https://github.com/bankex/web3swift.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/shamatar",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"module_name": "web3swift",
"platforms": {
"ios": "11.0"
},
"public_header_files": "web3swift/**/*.{h}",
"source_files": [
"web3swift/**/*.{h,swift}",
"web3swift/**/*.{h}"
],
"dependencies": {
"Alamofire": [
"~> 4.5"
],
"BigInt": [
"~> 3.0.1"
],
"PromiseKit": [
"~> 4.4"
],
"AwaitKit": [
"~> 3.0.1"
],
"PromiseKit/Alamofire": [
"~> 4.0"
],
"CryptoSwift": [
],
"libsodium": [
],
"secp256k1_ios": [
"~> 0.0.7"
]
},
"pushed_with_swift_version": "4"
}