blob: 6cadc2168fda8217f9347c8e848a9326ea350670 [file] [log] [blame]
{
"name": "NervosSwift",
"version": "0.172",
"summary": "Nervos SDK implementation in Swift for iOS and macOS",
"description": "Nervos SDK implementation in Swift for iOS and macOS,intended for mobile developers of wallets, Dapps and Nervos",
"homepage": "https://github.com/cryptape/NervosSwift",
"license": "Apache License 2.0",
"authors": {
"LuFP": "lfp@cryptape.com"
},
"source": {
"git": "https://github.com/cryptape/NervosSwift.git",
"tag": "v0.172"
},
"social_media_url": "https://twitter.com/nervosnetwork",
"swift_version": "4.1",
"module_name": "NervosSwift",
"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.0"
],
"Result": [
"~> 3.0.0"
],
"CryptoSwift": [
"~> 0.10.0"
],
"libsodium": [
"~> 1.0.12"
],
"secp256k1_ios": [
"~> 0.1.3"
],
"PromiseKit": [
"~> 6.3.0"
],
"SwiftProtobuf": [
"~> 1.0.3"
]
}
}