blob: e5d3cc7d7e75653c72926f605bfe95386e45eda9 [file] [log] [blame]
{
"name": "web3swift",
"version": "0.2.99",
"summary": "Web3 implementation in vanilla Swift for iOS ans macOS",
"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.2.99"
},
"social_media_url": "https://twitter.com/shamatar",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0",
"ARCHS": "${ARCHS_STANDARD_64_BIT}",
"VALID_ARCHS": "${ARCHS_STANDARD_64_BIT}"
},
"module_name": "web3swift",
"platforms": {
"ios": "9.0",
"osx": "10.13"
},
"public_header_files": "web3swift/**/*.{h}",
"source_files": [
"web3swift/**/*.{h,swift}",
"web3swift/**/*.{h}"
],
"dependencies": {
"Alamofire": [
"~> 4.6"
],
"Alamofire-Synchronous": [
"~> 4.0"
],
"BigInt": [
"~> 3.0.1"
],
"Result": [
"~> 3.0.0"
],
"CryptoSwift": [
"~> 0.8.3"
],
"libsodium": [
"~> 1.0.12"
],
"secp256k1_ios": [
"~> 0.1.2"
]
}
}