blob: cc67133ba1947f7a82fc0e24b50c057a0578860f [file] [log] [blame]
{
"name": "Torus-web3swift",
"version": "3.0.6",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"license": {
"type": "Apache License 2.0",
"file": "LICENSE.md"
},
"summary": "Web3 implementation in vanilla Swift for iOS, macOS, and Linux",
"homepage": "https://github.com/rathishubham7/web3swift",
"authors": {
"Shubham Rathi": "rathishubham017@gmail.com"
},
"source": {
"git": "https://github.com/rathishubham7/web3swift.git",
"tag": "3.0.6"
},
"source_files": [
"Sources/web3swift/{Contract,Convenience,EthereumABI,EthereumAddress,HookedFunctions,KeystoreManager,Promises,SwiftRLP,Transaction,Web3,Browser}/*.swift",
"Sources/web3swift/{Tokens,Utils}/**/*.swift",
"Sources/secp256k1/include/*.{h,c}"
],
"vendored_libraries": "Sources/secp256k1/lib/libsecp256k1-torus.a",
"preserve_paths": "Sources/secp256k1",
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/Sources/secp256k1/include\"",
"LIBRARY_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/Sources/secp256k1/lib\""
},
"swift_versions": "5.0",
"module_name": "web3swift",
"frameworks": "CoreImage",
"dependencies": {
"PromiseKit": [
"~> 6.13.1"
],
"BigInt": [
"~> 5.0"
],
"Starscream": [
"~> 3.1.0"
],
"CryptoSwift": [
"~> 1.0.0"
]
},
"swift_version": "5.0"
}