blob: 1f5cce2b67eda35da9493e4cf62459b3e63f2fbd [file] [log] [blame]
{
"name": "PlasmaSwiftLib",
"version": "1.0.7",
"summary": "PlasmaSwiftLib is your toolbelt for any kind interactions with The Matter Plasma Implementations.",
"description": "Use this library to implement all necessary functionality of THe Matter Plasma Implementation into your App. Completely native on pure Swift.",
"homepage": "https://github.com/matterinc/PlasmaSwiftLib",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Anton Grigorev": "antongrigorjev2010@gmail.com"
},
"source": {
"git": "https://github.com/matterinc/PlasmaSwiftLib.git",
"tag": "1.0.7"
},
"swift_version": "4.2",
"module_name": "PlasmaSwiftLib",
"platforms": {
"ios": "9.0"
},
"public_header_files": "PlasmaSwiftLib/**/*.{h}",
"source_files": [
"PlasmaSwiftLib/**/*.{h,swift}",
"PlasmaSwiftLib/**/*.{h}"
],
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"dependencies": {
"BigInt": [
],
"CryptoSwift": [
],
"EthereumABI": [
],
"EthereumAddress": [
],
"secp256k1_swift": [
],
"SipHash": [
],
"SwiftRLP": [
]
}
}