blob: 1b896e9c118f9b8988127331bbc329b34406db13 [file] [log] [blame]
{
"name": "iotex-antenna-swift",
"version": "0.0.2",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"summary": "IoTeX antenna swift library",
"homepage": "https://www.iotex.io/",
"authors": {
"iotex": ""
},
"source": {
"git": "https://github.com/iotexproject/iotex-antenna-swift.git",
"tag": "0.0.2"
},
"swift_versions": "5.0",
"requires_arc": true,
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"source_files": "Sources/**/*.swift",
"resources": "proto/**/*.proto",
"dependencies": {
"secp256k1.swift": [
"~> 0.1"
],
"CryptoSwift": [
"~> 1.0"
],
"SwiftGRPC": [
],
"BigInt": [
"~> 4.0"
]
},
"swift_version": "5.0"
}