blob: d5d4a67471e086c822b8cd345190bec0f589408d [file] [log] [blame]
{
"name": "EthereumKit.swift",
"module_name": "EthereumKit",
"version": "0.10.0",
"summary": "Ethereum wallet library for Swift.",
"description": "EthereumKit.swift implements Ethereum protocol in Swift.",
"homepage": "https://github.com/horizontalsystems/ethereum-kit-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Horizontal Systems": "hsdao@protonmail.ch"
},
"source": {
"git": "https://github.com/horizontalsystems/ethereum-kit-ios.git",
"tag": "0.10.0"
},
"social_media_url": "http://horizontalsystems.io/",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"source_files": "EthereumKit/Classes/**/*",
"requires_arc": true,
"preserve_paths": [
"EthereumKit/Libraries"
],
"vendored_libraries": "EthereumKit/Libraries/lib/libincubed.a",
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/EthereumKit/Libraries/include\"",
"LIBRARY_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/EthereumKit/Libraries/lib\""
},
"dependencies": {
"OpenSslKit.swift": [
"~> 1.0"
],
"Secp256k1Kit.swift": [
"~> 1.0"
],
"HdWalletKit.swift": [
"~> 1.5"
],
"HsToolKit.swift": [
"~> 1.0"
],
"RxSwift": [
"~> 5.0"
],
"BigInt": [
"~> 5.0"
],
"GRDB.swift": [
"~> 4.0"
],
"BlueSocket": [
"~> 1.0"
]
},
"swift_version": "5"
}