blob: 496549d5232d8e83086cd146d815fd121e24672e [file] [log] [blame]
{
"name": "looisweb3swift",
"version": "1.0.0",
"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/LOOIS-IO/web3swift",
"license": "Apache License 2.0",
"authors": {
"D.h": "849565897@qq.com"
},
"source": {
"git": "https://github.com/LOOIS-IO/web3swift.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/shamatar",
"swift_version": "4.1",
"module_name": "looisweb3swift",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source_files": "web3swift/**/*.{h,swift}",
"public_header_files": "web3swift/**/*.{h}",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"frameworks": "CoreImage",
"dependencies": {
"BigInt": [
"~> 3.1.0"
],
"Result": [
"~> 3.0.0"
],
"CryptoSwift": [
"~> 0.10.0"
],
"libsodium": [
"~> 1.0.12"
],
"secp256k1_ios": [
"~> 0.1.3"
],
"PromiseKit": [
"~> 6.3.0"
]
},
"deprecated": true
}