blob: ebc4ac143882989a383d7a53c8ff71a658c7ed95 [file] [log] [blame]
{
"name": "web3swift",
"version": "1.1.10",
"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/matterinc/web3swift",
"license": "Apache License 2.0",
"authors": {
"Alex Vlasov": "alex.m.vlasov@gmail.com"
},
"source": {
"git": "https://github.com/matterinc/web3swift.git",
"tag": "1.1.10"
},
"social_media_url": "https://twitter.com/shamatar",
"swift_version": "4.1",
"module_name": "web3swift",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"public_header_files": "web3swift/**/*.{h}",
"source_files": [
"web3swift/**/*.{h,swift}",
"web3swift/**/*.{h}"
],
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"frameworks": "CoreImage",
"dependencies": {
"BigInt": [
"~> 3.1"
],
"Result": [
"~> 4.0"
],
"CryptoSwift": [
"~> 0.11"
],
"PromiseKit": [
"~> 6.3"
],
"scrypt": [
"~> 2.0"
],
"secp256k1_swift": [
"~> 1.0.3"
],
"SwiftRLP": [
"~> 1.0.1"
]
}
}