blob: 669d6ab5fb059b0614b3c721cf7baf684e879a4f [file] [log] [blame]
{
"name": "EosKit.swift",
"module_name": "EosKit",
"version": "0.3.6",
"summary": "EOS blockchain library for Swift",
"description": "Eos.swift implements EOS protocol in Swift.\n```",
"homepage": "https://github.com/horizontalsystems/eos-kit-ios",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Horizontal Systems": "hsdao@protonmail.ch"
},
"social_media_url": "http://horizontalsystems.io/",
"requires_arc": true,
"source": {
"git": "https://github.com/horizontalsystems/eos-kit-ios.git",
"tag": "0.3.6"
},
"source_files": "EosKit/EosKit/**/*.{h,m,swift}",
"platforms": {
"ios": "12.0"
},
"swift_versions": "5",
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"GRDB.swift": [
"~> 4.0"
],
"HsToolKit.swift": [
"~> 1.0"
],
"EosioSwift": [
"~> 0.4.0"
],
"EosioSwiftAbieosSerializationProvider": [
"~> 0.4.0"
],
"EosioSwiftSoftkeySignatureProvider": [
"~> 0.4.0"
]
},
"swift_version": "5"
}